correct previous ChangeLog entry: s/set -x/set -e/
authorJim Meyering <meyering@redhat.com>
Thu, 22 Dec 2011 11:58:50 +0000 (12:58 +0100)
committerJim Meyering <meyering@redhat.com>
Thu, 22 Dec 2011 11:58:50 +0000 (12:58 +0100)
Spotted by Stefano Lattarini.

ChangeLog

index fe6ff6a..df1f5b5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,8 @@
 2011-12-22  Jim Meyering  <meyering@redhat.com>
 
-       init.sh: avoid unwarranted test failure when using "set -x"
+       init.sh: avoid unwarranted test failure when using "set -e"
        * tests/init.sh (compare): Ignore nonzero exit from compare_dev_null_.
-       Otherwise, in a test script that uses "set -x" (like many in vc-dwim)
+       Otherwise, in a test script that uses "set -e" (like many in vc-dwim)
        a use like "compare exp out" would get evoke an unconditional failure.
 
 2011-12-21  Alfred M. Szmidt  <ams@gnu.org>