changeset 16177:dac34dbfc583

correct previous ChangeLog entry: s/set -x/set -e/ Spotted by Stefano Lattarini.
author Jim Meyering <meyering@redhat.com>
date Thu, 22 Dec 2011 12:58:50 +0100
parents a6a6647d041e
children 369182e2c607
files ChangeLog
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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>