summaryrefslogtreecommitdiff
path: root/tests/ar5.test
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2011-11-05 20:41:49 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2011-11-05 21:35:08 +0100
commit7a7aeb80c90e329f185aed585ffa7420d1d4a8a8 (patch)
tree89d8cbef3927730a93c73406d2d5f7cbb0297a73 /tests/ar5.test
parent972aef02635f1a1e7b60f14a2e0be368f576605a (diff)
downloadautomake-7a7aeb80c90e329f185aed585ffa7420d1d4a8a8.tar.gz
tests: remove redundant settings of `errexit' shell flag
* tests/aclocal-path-install-serial.test: Do not set the `errexit' shell flag, as it is already set by `tests/defs'. * tests/ar-lib2.test: Likewise. * tests/ar-lib3.test: Likewise. * tests/ar-lib4.test: Likewise. * tests/ar-lib5a.test: Likewise. * tests/ar-lib5b.test: Likewise. * tests/ar-lib6a.test: Likewise. * tests/ar-lib6b.test: Likewise. * tests/ar-lib7.test: Likewise. * tests/ar3.test: Likewise. * tests/ar4.test: Likewise. * tests/ar5.test: Likewise. * tests/extra-portability.test: Likewise. * tests/extra-portability2.test: Likewise. * tests/extra-portability3.test: Likewise. * tests/install-info-dir.test: Likewise. * tests/maintmode-configure-msg.test: Likewise.
Diffstat (limited to 'tests/ar5.test')
-rwxr-xr-xtests/ar5.test2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/ar5.test b/tests/ar5.test
index d00f421bd..8908ca7df 100755
--- a/tests/ar5.test
+++ b/tests/ar5.test
@@ -18,8 +18,6 @@
. ./defs || Exit 1
-set -e
-
cat >> configure.in << 'END'
AM_PROG_AR([echo spy > bad-archiver-interface-detected])
END