From: Stefano Lattarini Date: Thu, 9 Feb 2012 17:17:54 +0000 (+0100) Subject: tests: remove a couple of redundant 'set -e' calls X-Git-Tag: ng-0.5a~11^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44d95be08f8d4ee82d34c74e1bcde76460b93ee4;p=thirdparty%2Fautomake.git tests: remove a couple of redundant 'set -e' calls * 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. --- diff --git a/tests/conffile-leading-dot.test b/tests/conffile-leading-dot.test index 1d3d12fab..382124e25 100755 --- a/tests/conffile-leading-dot.test +++ b/tests/conffile-leading-dot.test @@ -21,8 +21,6 @@ required=GNUmake . ./defs || Exit 1 -set -e - cat > configure.in << END AC_INIT([$me], [1.0]) AM_INIT_AUTOMAKE diff --git a/tests/make-dryrun.test b/tests/make-dryrun.test index 072d02fbd..0202dc909 100755 --- a/tests/make-dryrun.test +++ b/tests/make-dryrun.test @@ -18,8 +18,6 @@ . ./defs || Exit 1 -set -e - mkdir sub echo AC_OUTPUT >> configure.in