From: Jim Meyering Date: Wed, 4 Jan 2012 16:54:57 +0000 (+0100) Subject: test-vc-list-files-cvs.sh: remove obsolete comment X-Git-Tag: v0.1~1309 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=2438ef921151227c7acbecc7975cd612b548a94d;p=gnulib.git 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. --- diff --git a/ChangeLog b/ChangeLog index b5e324360..e101d121e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2012-01-04 Jim Meyering + + 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 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 8b17b8542..68b0a0f95 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 &&