]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
tests: remove a couple of redundant 'set -e' calls
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 9 Feb 2012 17:17:54 +0000 (18:17 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 9 Feb 2012 17:17:54 +0000 (18:17 +0100)
* tests/conffile-leading-dot.test: Do not set the 'errexit'
shell flag, as it is already set by 'tests/defs'.
* tests/make-dryrun.test: Likewise.

tests/conffile-leading-dot.test
tests/make-dryrun.test

index 1d3d12fab558f8165c87ee52e4f9c4be3bada9d5..382124e2546c454a12613fab821d74810a00ebbe 100755 (executable)
@@ -21,8 +21,6 @@
 required=GNUmake
 . ./defs || Exit 1
 
-set -e
-
 cat > configure.in << END
 AC_INIT([$me], [1.0])
 AM_INIT_AUTOMAKE
index 072d02fbd669a80f0d4211d47d3c8b8f7af9c327..0202dc90909717aa7333a04e8bd23ef4f460610b 100755 (executable)
@@ -18,8 +18,6 @@
 
 . ./defs || Exit 1
 
-set -e
-
 mkdir sub
 
 echo AC_OUTPUT >> configure.in