From: Stefano Lattarini Date: Wed, 18 Apr 2012 16:09:58 +0000 (+0200) Subject: tests: remove redundant 'set -e' calls X-Git-Tag: v1.11d~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5679da20482c59e76003ce14d92792652c44953f;p=thirdparty%2Fautomake.git tests: remove redundant 'set -e' calls * t/aclocal-install-fail.sh: Do not set the 'errexit' shell flag, as it is already set by './defs'. * t/aclocal-install-mkdir.sh: Likewise. * t/aclocal-no-install-no-mkdir.sh: Likewise. * t/aclocal-verbose-install.sh: Likewise. * t/instdir-no-empty.sh: Likewise. * t/link_cond.sh: Likewise. * t/python-pr10995.sh: Likewise. * t/vala-vapi.sh: Likewise. Signed-off-by: Stefano Lattarini --- diff --git a/t/aclocal-install-fail.sh b/t/aclocal-install-fail.sh index c458239a5..fae2997e0 100755 --- a/t/aclocal-install-fail.sh +++ b/t/aclocal-install-fail.sh @@ -21,8 +21,6 @@ am_create_testdir=empty required=ro-dir . ./defs || Exit 1 -set -e - cat > configure.ac < configure.ac < configure.ac < configure.ac <> configure.ac <<'END' AC_SUBST([CC], [whatever]) AC_SUBST([JAVAC], [whatever]) diff --git a/t/link_cond.sh b/t/link_cond.sh index 7b9fd5a3c..71733ba60 100755 --- a/t/link_cond.sh +++ b/t/link_cond.sh @@ -23,8 +23,6 @@ required='cc c++' . ./defs || Exit 1 -set -e - cat >> configure.ac << 'END' AC_PROG_CC AC_PROG_CXX diff --git a/t/python-pr10995.sh b/t/python-pr10995.sh index b21d38f0c..3efa5d0d6 100755 --- a/t/python-pr10995.sh +++ b/t/python-pr10995.sh @@ -21,8 +21,6 @@ required=python . ./defs || Exit 1 -set -e - cat >> configure.ac <<'EOF' AM_PATH_PYTHON AC_OUTPUT diff --git a/t/vala-vapi.sh b/t/vala-vapi.sh index 8df859998..3a9271613 100755 --- a/t/vala-vapi.sh +++ b/t/vala-vapi.sh @@ -19,8 +19,6 @@ required='valac cc GNUmake' . ./defs || Exit 1 -set -e - cat >> configure.ac <<'END' AC_PROG_CC AM_PROG_CC_C_O