]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
tests: remove redundant settings of `errexit' shell flag
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 21 Oct 2011 08:34:31 +0000 (10:34 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 21 Oct 2011 08:34:31 +0000 (10:34 +0200)
* tests/aclocal-path-install-serial.test: Do not set the
`errexit' shell flag, as it is already set by `tests/defs'.
* tests/aclocal-path-install.test: Likewise.
* tests/aclocal-path-nonexistent.test: Likewise.
* tests/aclocal-path-precedence.test: Likewise.
* tests/aclocal-path.test: Likewise.
* tests/dist-auxfile-2.test: Likewise.
* tests/dist-auxfile.test: Likewise.
* tests/distcheck-pr9579.test: Likewise.
* tests/javadir-undefined.test: Likewise.
* tests/subpkg-yacc.test: Likewise.
* tests/test-extensions-cond.test: Likewise.
* tests/test-extensions.test: Likewise.
* tests/uninstall-fail.test: Likewise.
* tests/uninstall-pr9578.test: Likewise.
* tests/distcheck-override-infodir.test: Likewise.  Also,
fix typo in heading comments since we are at it.

16 files changed:
ChangeLog
tests/aclocal-path-install-serial.test
tests/aclocal-path-install.test
tests/aclocal-path-nonexistent.test
tests/aclocal-path-precedence.test
tests/aclocal-path.test
tests/dist-auxfile-2.test
tests/dist-auxfile.test
tests/distcheck-override-infodir.test
tests/distcheck-pr9579.test
tests/javadir-undefined.test
tests/subpkg-yacc.test
tests/test-extensions-cond.test
tests/test-extensions.test
tests/uninstall-fail.test
tests/uninstall-pr9578.test

index 4b3c7118bc951e67d80339d2cd486291efed64f1..2971556b58d3fe5825455c81aff0c21d754d480d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+2011-10-21  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/aclocal-path-install.test: Likewise.
+       * tests/aclocal-path-nonexistent.test: Likewise.
+       * tests/aclocal-path-precedence.test: Likewise.
+       * tests/aclocal-path.test: Likewise.
+       * tests/dist-auxfile-2.test: Likewise.
+       * tests/dist-auxfile.test: Likewise.
+       * tests/distcheck-pr9579.test: Likewise.
+       * tests/javadir-undefined.test: Likewise.
+       * tests/subpkg-yacc.test: Likewise.
+       * tests/test-extensions-cond.test: Likewise.
+       * tests/test-extensions.test: Likewise.
+       * tests/uninstall-fail.test: Likewise.
+       * tests/uninstall-pr9578.test: Likewise.
+       * tests/distcheck-override-infodir.test: Likewise.  Also,
+       fix typo in heading comments since we are at it.
+
 2011-10-20  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
        fixup: add forgotten test scripts to $(TESTS)
index 511ccee31a0aa7af1506187a4eb400d69d1fb522..ca011748907720b667593636ad24ef70f0ba6983 100755 (executable)
@@ -20,8 +20,6 @@
 am_create_testdir=empty
 . ./defs || Exit 1
 
-set -e
-
 cat > configure.in << 'END'
 AC_INIT
 AM_FOO
index 5e46eb632b28f8cb5a07ff0bfd97a0e2fcf8ac9c..a07d5ab52002f200a6ae342b5235f1e2f05fe09d 100755 (executable)
@@ -19,8 +19,6 @@
 am_create_testdir=empty
 . ./defs || Exit 1
 
-set -e
-
 cat > configure.in << 'END'
 AC_INIT
 AM_FOO
index e1157a1bcccac2ecd833a107338164cc639c0007..0be9938d3f18a113e3bc51cf027656401e3718cf 100755 (executable)
@@ -19,8 +19,6 @@
 am_create_testdir=empty
 . ./defs || Exit 1
 
-set -e
-
 cat > configure.in << 'END'
 AC_INIT
 AM_FOO
index 6012f874f4b2051fe38a4f56e42df392597dc300..a9c864b466291624e7d13fc3faac9aa933ea04fb 100755 (executable)
@@ -19,8 +19,6 @@
 am_create_testdir=empty
 . ./defs || Exit 1
 
-set -e
-
 cat > configure.in << 'END'
 AC_INIT([foo], [1.0])
 AM_INIT_AUTOMAKE([parallel-tests])
index 16fd3f9829791f3cd666887b846ea31fa1cbb8ce..42c682014889cc57ccdd13156cacca79d28a43c3 100755 (executable)
@@ -19,8 +19,6 @@
 am_create_testdir=empty
 . ./defs || Exit 1
 
-set -e
-
 cat > configure.in << 'END'
 AC_INIT
 AM_FOO_MACRO
index 08daa6caa301bb4b5139a44f7c88acf3bd2c90df..77e6ffb31cf05d5c75baa88e4d8710c9e6803e45 100755 (executable)
@@ -22,8 +22,6 @@
 am_create_testdir=empty
 . ./defs || Exit 1
 
-set -e
-
 cat > configure.in <<END
 AC_INIT([$me], [1.0])
 AC_CONFIG_AUX_DIR([sub])
index 6efd7375ad8da4b854dd6f6ba1fe608f27411ebb..91b09e9946a90e662047d237c565cc472bbdb5a3 100755 (executable)
@@ -22,8 +22,6 @@
 am_create_testdir=empty
 . ./defs || Exit 1
 
-set -e
-
 i=0
 for auxdir in build-aux ''; do
 
index 8c54cfb2c78e34620f75baf88cb8d47477cd7cc0..847e236373d94e81ea05ef45b815f7a49612ea34 100755 (executable)
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Check that we can override ${infodir} while having distcheck still
-# working.  Relate to automake bug#9579.
+# working.  Related to automake bug#9579.
 
 required='makeinfo tex texi2dvi'
 . ./defs || Exit 1
 
-set -e
-
 cat >> configure.in << 'END'
 AC_OUTPUT
 END
index 667401daa4fdfdc0f9b90a01bff91455ec536df4..341a6801bf3d81d56bdeb0e627eb6d49976d4354 100755 (executable)
@@ -19,8 +19,6 @@
 
 . ./defs || Exit 1
 
-set -e
-
 cat >> configure.in << 'END'
 AC_OUTPUT
 END
index 9b6d1f324d18bda15f87922d2db632b257249f22..548865dd8964bab3696a81e1c556ba21b1d2f8c2 100755 (executable)
@@ -22,8 +22,6 @@
 
 . ./defs || Exit 1
 
-set -e
-
 $ACLOCAL
 
 echo java_JAVA = a.java > Makefile.am
index ee8af66f36ada8d31ffef525c4a72d3ea7243474..a9d19e9be05bb3e71a120233ac59e229f7627c05 100755 (executable)
@@ -21,8 +21,6 @@
 required='cc yacc'
 . ./defs || Exit 1
 
-set -e
-
 cat >>configure.in <<'END'
 AC_PROG_CC
 AC_CONFIG_SUBDIRS([lib])
index 41a5b25027e1b5566f0b8a68a6524d5f6e8240d2..0f9708c222a0e925f31c366cfb979b4cf6ae26e3 100755 (executable)
@@ -19,8 +19,6 @@
 am_parallel_tests=yes
 . ./defs || Exit 1
 
-set -e
-
 cat >> configure.in << 'END'
 AM_CONDITIONAL([COND], [:])
 AM_CONDITIONAL([COND2], [:])
index 5c8107d734163873169305e48cc915c5e60ab4ca..e9b7e0206ddbd6917b755038c1540072b218aa58 100755 (executable)
@@ -21,8 +21,6 @@
 am_parallel_tests=yes
 . ./defs || Exit 1
 
-set -e
-
 cat >> configure.in <<'END'
 AC_OUTPUT
 END
index 14a843b2f444839c177b14ef301b7eadca6d5093..f87a20f20260b6d7657998949116ada9a55a8ff5 100755 (executable)
@@ -22,8 +22,6 @@
 
 . ./defs || Exit 1
 
-set -e
-
 mkdir d
 : > d/f
 chmod a-w d || skip "cannot make directories unwritable"
index 9aea52d03cd8b9e54291393cbb57fd6d298f35af..f9122ceb835ec6e932e7cf72c50a3b6565660b78 100755 (executable)
@@ -24,8 +24,6 @@
 
 . ./defs || Exit 1
 
-set -e
-
 cat >> configure.in << 'END'
 AC_OUTPUT
 END