summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-12-22 12:42:32 +0100
committerJim Meyering <meyering@redhat.com>2011-12-22 12:42:32 +0100
commited2ad641686263add14f2081d659da0cc3a76536 (patch)
tree5fd42744df8862e7f7547929303ce6b6dedea452 /ChangeLog
parent56fffd23320280790f46a3c181a13dcf15361c98 (diff)
downloadgnulib-ed2ad641686263add14f2081d659da0cc3a76536.tar.gz
init.sh: avoid unwarranted test failure when using "set -x"
* 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) a use like "compare exp out" would get evoke an unconditional failure.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d52e398eb3..fe6ff6a64e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-12-22 Jim Meyering <meyering@redhat.com>
+
+ init.sh: avoid unwarranted test failure when using "set -x"
+ * 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)
+ a use like "compare exp out" would get evoke an unconditional failure.
+
2011-12-21 Alfred M. Szmidt <ams@gnu.org>
bootstrap: fix it to honor $ACLOCAL_FLAGS once again