changeset 16217:cd038ca9d540

test-vc-list-files-cvs.sh: remove obsolete comment * tests/test-vc-list-files-cvs.sh: Remove obsolete comment about double exit. Now that's all encapsulated via skip_ and Exit.
author Jim Meyering <meyering@redhat.com>
date Wed, 04 Jan 2012 17:54:57 +0100
parents 5833a5f84a36
children 80c03bb8a948
files ChangeLog tests/test-vc-list-files-cvs.sh
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-01-04  Jim Meyering  <meyering@redhat.com>
+
+	test-vc-list-files-cvs.sh: remove obsolete comment
+	* tests/test-vc-list-files-cvs.sh: Remove obsolete comment about
+	double exit.  Now that's all encapsulated via skip_ and Exit.
+
 2012-01-04  Bruno Haible  <bruno@clisp.org>
 
 	Talk about "native Windows API", not "Win32".
--- a/tests/test-vc-list-files-cvs.sh
+++ b/tests/test-vc-list-files-cvs.sh
@@ -36,7 +36,6 @@
   ok=0
   mkdir $tmpdir && cd $tmpdir &&
     # without cvs, skip the test
-    # The double use of 'exit' is needed for the reference to $? inside the trap.
     { ( cvs -Q -d "$repo" init ) > /dev/null 2>&1 \
       || skip_ "cvs not found in PATH"; } &&
     mkdir w && cd w &&