summaryrefslogtreecommitdiff
path: root/defs-static.in
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-06-23 10:39:33 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-06-23 10:39:33 +0200
commitd8024b510375dd4ea44fa15a24490c9885f722b4 (patch)
tree06edc354fbe4e385c99a3ce294abc8e1cd2cd7e6 /defs-static.in
parentf1e0300d38e7c79ec58a259c9c821d9469bb6c02 (diff)
downloadautomake-d8024b510375dd4ea44fa15a24490c9885f722b4.tar.gz
tests: allow AM_TEST_RUNNER_SHELL to be overridden
* defs-static.in: Here. This will make it easier for the maintainer to run some self checks (like those in 't/self-check-exit.tap') with different shells, to look for possible portability problems. Fix a typo (doubled "the") while we are at it. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 'defs-static.in')
-rw-r--r--defs-static.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/defs-static.in b/defs-static.in
index 0647ddaff..a90248603 100644
--- a/defs-static.in
+++ b/defs-static.in
@@ -140,8 +140,8 @@ build_alias=${build_alias-'@build_alias@'}; export build_alias
# The shell we use to run our own test scripts, determined at configure
# time. It is required in the self tests, and most importantly for the
-# the automatic re-execution of test scripts.
-AM_TEST_RUNNER_SHELL='@AM_TEST_RUNNER_SHELL@'
+# automatic re-execution of test scripts.
+AM_TEST_RUNNER_SHELL=${AM_TEST_RUNNER_SHELL-'@AM_TEST_RUNNER_SHELL@'}
# Make sure we override the user shell. And do not read the value of
# $SHELL from the environment (think to the non-uncommon situation where