# HG changeset patch # User Jim Meyering # Date 1325696097 -3600 # Node ID cd038ca9d540b4ffc6b7cf2198752f3c11dce3e0 # Parent 5833a5f84a3691c08a14962029bc22a0996b6830 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 --- 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 --- 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 &&