silent8.test: use "|| Exit 1" after ". ./defs".
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 2 Dec 2010 12:28:33 +0000 (13:28 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 2 Dec 2010 12:28:33 +0000 (13:28 +0100)
ChangeLog
tests/silent8.test

index 0e04147..232469c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2010-12-02  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
+       * tests/silent8.test: Use "|| Exit 1" after ". ./defs".
+
        Enable `set -e' in more tests (plus some tweakings).
        * tests/mkinstall.test: Enable `errexit' shell flag, and related
        changes.  Add a trailing `:' command, if needed.
index 4c08da0..e9877a9 100755 (executable)
@@ -17,7 +17,7 @@
 # Check texinfo rules in silent-rules mode.
 
 required='makeinfo-html tex texi2dvi-o dvips'
-. ./defs
+. ./defs || Exit 1
 
 set -e