bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] test-vc-list-files-cvs.sh: remove obsolete comment


From: Jim Meyering
Subject: [PATCH] test-vc-list-files-cvs.sh: remove obsolete comment
Date: Wed, 04 Jan 2012 17:55:39 +0100

FYI,

>From 2438ef921151227c7acbecc7975cd612b548a94d Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
Date: Wed, 4 Jan 2012 17:54:57 +0100
Subject: [PATCH] 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.
---
 ChangeLog                       |    6 ++++++
 tests/test-vc-list-files-cvs.sh |    1 -
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index b5e3243..e101d12 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-01-04  Jim Meyering  <address@hidden>
+
+       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  <address@hidden>

        Talk about "native Windows API", not "Win32".
diff --git a/tests/test-vc-list-files-cvs.sh b/tests/test-vc-list-files-cvs.sh
index 8b17b85..68b0a0f 100755
--- a/tests/test-vc-list-files-cvs.sh
+++ b/tests/test-vc-list-files-cvs.sh
@@ -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 &&
-- 
1.7.8.2.329.g04d73



reply via email to

[Prev in Thread] Current Thread [Next in Thread]