test-vc-list-files-cvs.sh: remove obsolete comment
authorJim Meyering <meyering@redhat.com>
Wed, 4 Jan 2012 16:54:57 +0000 (17:54 +0100)
committerJim Meyering <meyering@redhat.com>
Wed, 4 Jan 2012 16:55:04 +0000 (17:55 +0100)
* tests/test-vc-list-files-cvs.sh: Remove obsolete comment about
double exit.  Now that's all encapsulated via skip_ and Exit.

ChangeLog
tests/test-vc-list-files-cvs.sh

index b5e3243..e101d12 100644 (file)
--- 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".
index 8b17b85..68b0a0f 100755 (executable)
@@ -36,7 +36,6 @@ for i in with-cvsu without; do
   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 &&