summaryrefslogtreecommitdiff
path: root/tests/vtexi2.test
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2011-01-08 19:40:04 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2011-01-11 22:55:54 +0100
commit7910300390dcdc2a7a4bf67d905f2fe10a7ae588 (patch)
tree95be4398fe138c1422ccd187a9a611cf07eb0938 /tests/vtexi2.test
parent20664697dcf4a2eabba2b1831b68f9a713d106e8 (diff)
downloadautomake-7910300390dcdc2a7a4bf67d905f2fe10a7ae588.tar.gz
tests: enable 'errexit' shell flag by default.
* tests/defs: Enable `errexit' shell flag (near the end). Removed redundant comment about the enabling of shell traces. * tests/README (Writing test cases): Update, and use nicer formatting in a couple of places. * All tests: Adjusted by removing now-redundant calls to 'set -e'.
Diffstat (limited to 'tests/vtexi2.test')
-rwxr-xr-xtests/vtexi2.test2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/vtexi2.test b/tests/vtexi2.test
index 00e4c1e79..958de07bd 100755
--- a/tests/vtexi2.test
+++ b/tests/vtexi2.test
@@ -22,8 +22,6 @@
. ./defs || Exit 1
-set -e
-
cat > Makefile.am << 'END'
info_TEXINFOS = zardoz.texi
END