* 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 | 2 -- tests/make-dryrun.test | 2 -- 2 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/tests/conffile-leading-dot.test b/tests/conffile-leading-dot.test index 1d3d12f..382124e 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 072d02f..0202dc9 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 -- 1.7.7.3