tests: remove redundant settings of `errexit' shell flag
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 5 Nov 2011 19:41:49 +0000 (20:41 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 5 Nov 2011 20:35:08 +0000 (21:35 +0100)
* 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.

17 files changed:
ChangeLog
tests/ar-lib2.test
tests/ar-lib3.test
tests/ar-lib4.test
tests/ar-lib5a.test
tests/ar-lib5b.test
tests/ar-lib6a.test
tests/ar-lib6b.test
tests/ar-lib7.test
tests/ar3.test
tests/ar4.test
tests/ar5.test
tests/extra-portability.test
tests/extra-portability2.test
tests/extra-portability3.test
tests/install-info-dir.test
tests/maintmode-configure-msg.test

index 71fde11..3faaf17 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,27 @@
 2011-11-05  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
+       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.
+
+2011-11-05  Stefano Lattarini  <stefano.lattarini@gmail.com>
+
        generated tests: avoid extra "FIXME" comments
        * tests/gen-testsuite-part: Avoid putting too much "FIXME"
        comments in the generated test scripts, since they end up
index 67a64e9..5b697fa 100755 (executable)
@@ -18,8 +18,6 @@
 
 . ./defs || Exit 1
 
-set -e
-
 cat >> configure.in << 'END'
 AC_PROG_CC
 AM_PROG_AR
index 6bcf6c2..4235bdb 100755 (executable)
@@ -18,8 +18,6 @@
 
 . ./defs || Exit 1
 
-set -e
-
 cat >> configure.in << 'END'
 AC_PROG_CC
 AC_PROG_RANLIB
index e05a8c2..fb0ca5f 100755 (executable)
@@ -19,8 +19,6 @@
 required=libtoolize
 . ./defs || Exit 1
 
-set -e
-
 cp configure.in X
 
 cat >> configure.in << 'END'
index d1de98b..8c9b6eb 100755 (executable)
@@ -21,8 +21,6 @@
 required=lib
 . ./defs || Exit 1
 
-set -e
-
 cat > configure.in << END
 AC_INIT([$me], [1.0])
 AC_CONFIG_AUX_DIR([auxdir])
index 52deab5..09742ca 100755 (executable)
@@ -20,8 +20,6 @@
 
 . ./defs || Exit 1
 
-set -e
-
 cat > configure.in << END
 AC_INIT([$me], [1.0])
 AC_CONFIG_AUX_DIR([auxdir])
index f1b982c..0e04e82 100755 (executable)
@@ -20,8 +20,6 @@
 required=libtoolize
 . ./defs || Exit 1
 
-set -e
-
 cat >> configure.in << 'END'
 AC_PROG_CC
 AC_PROG_RANLIB
index 5487add..789691a 100755 (executable)
@@ -20,8 +20,6 @@
 required=libtoolize
 . ./defs || Exit 1
 
-set -e
-
 cat >> configure.in << 'END'
 AC_PROG_CC
 AC_PROG_RANLIB
index 3f758a9..89a279a 100755 (executable)
@@ -18,8 +18,6 @@
 
 . ./defs || Exit 1
 
-set -e
-
 cat >> configure.in << 'END'
 AM_PROG_AR
 END
index 1d5e84e..c8db414 100755 (executable)
@@ -19,8 +19,6 @@
 
 . ./defs || Exit 1
 
-set -e
-
 cat >> configure.in << 'END'
 AC_PROG_CC
 AM_PROG_AR
index ebd8c57..60db9e7 100755 (executable)
@@ -18,8 +18,6 @@
 
 . ./defs || Exit 1
 
-set -e
-
 cat >> configure.in << 'END'
 AM_PROG_AR
 END
index d00f421..8908ca7 100755 (executable)
@@ -18,8 +18,6 @@
 
 . ./defs || Exit 1
 
-set -e
-
 cat >> configure.in << 'END'
 AM_PROG_AR([echo spy > bad-archiver-interface-detected])
 END
index 82f0654..22d3749 100755 (executable)
@@ -22,8 +22,6 @@
 
 . ./defs || Exit 1
 
-set -e
-
 # We want (almost) complete control over automake options.
 AUTOMAKE="$am_original_AUTOMAKE --foreign -Werror"
 
index cd8632b..ceaac22 100755 (executable)
@@ -19,8 +19,6 @@
 
 . ./defs || Exit 1
 
-set -e
-
 # We want complete control over automake options.
 AUTOMAKE=$am_original_AUTOMAKE
 
index 9773b89..125344d 100755 (executable)
@@ -19,8 +19,6 @@
 
 . ./defs || Exit 1
 
-set -e
-
 # We want (almost) complete control over automake options.
 AUTOMAKE="$am_original_AUTOMAKE --foreign -Werror"
 
index f75b115..b6f410b 100755 (executable)
@@ -30,8 +30,6 @@ mkdir bin
 saved_PATH=$PATH; export saved_PATH
 PATH=$cwd/bin$PATH_SEPARATOR$PATH; export PATH
 
-set -e
-
 cat >> configure.in <<'END'
 AC_OUTPUT
 END
index f32c4fa..f330bd0 100755 (executable)
@@ -21,8 +21,6 @@
 
 . ./defs || Exit 1
 
-set -e
-
 set_maintmode ()
 {
   rm -rf autom4te*.cache # Just to be sure not to use a stale cache.