summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2011-12-28 13:23:31 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-05-07 22:08:37 +0200
commit6b641de5fc4ecf679d77a7542f83b1d04402c798 (patch)
treeee8af6bb95a5f25eaf8893ab02905330d6386760 /configure.ac
parent2d68fd9b481762a31847cf412fedb68decf6e8fd (diff)
downloadautomake-6b641de5fc4ecf679d77a7542f83b1d04402c798.tar.gz
tests: remove obsolete uses of $sh_errexit_works
After the last changes, configure will ensure that the shell selected to run the test scripts can correctly propagate exit status to the exit trap when 'set -e' is in effect. * configure.ac (sh_errexit_works): Do not AC_SUBST it anymore. * defs-static.in (sh_errexit_works): Do not initialize from the AC_SUBST value anymore. * defs (trap): Trap the EXIT signal unconditionally. * t/self-check-explicit-skips.sh: Do not skip the test if '$sh_errexit_works' is != "yes", this check doesn't make sense anymore. * t/self-check-cleanup.tap: Likewise. * t/self-check-exit.tap: Assume the exit trap is always installed by ./defs. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index ecca49b2a..7be255469 100644
--- a/configure.ac
+++ b/configure.ac
@@ -378,9 +378,6 @@ fi
AC_ARG_VAR([AM_TEST_RUNNER_SHELL],
[a sturdy POSIX shell for our testsuite])
-# FIXME: remove soon
-AC_SUBST([sh_errexit_works], [yes])
-
## ---------------------- ##
## Create output files. ##
## ---------------------- ##