summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-05-07 22:11:28 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-05-07 22:11:28 +0200
commit33c59ec5252efb1021b2e52a8cad40918670362b (patch)
tree44de98a8d90f6231258c899f8071cdbe6b57574c /Makefile.am
parent1cab373b21e94ce0b5ed833106228ce02ee612fb (diff)
parentf974da70780271a64295ad87dc92f096b90e9908 (diff)
downloadautomake-33c59ec5252efb1021b2e52a8cad40918670362b.tar.gz
Merge branch 'testsuite-saner-shell' into maint
* testsuite-saner-shell: tests: fix a spurious failure with dash test defs: fix indentation (cosmetic change) tests: remove obsolete uses of $sh_errexit_works configure: search a sturdy POSIX shell to be used in the testsuite tests: shell running test scripts is now named AM_TEST_RUNNER_SHELL
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 5b6cee188..27f65e4ea 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -315,8 +315,8 @@ EXTRA_DIST += m4/amversion.in
## Testsuite. ##
## ------------ ##
-# Run the tests with the shell detected at configure time.
-LOG_COMPILER = $(SHELL)
+# Run the tests with a proper shell detected at configure time.
+LOG_COMPILER = $(AM_TEST_RUNNER_SHELL)
TEST_EXTENSIONS = .pl .sh .tap
SH_LOG_COMPILER = $(LOG_COMPILER)