tests: shell running test scripts is now named AM_TEST_RUNNER_SHELL
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 28 Dec 2011 12:23:31 +0000 (13:23 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 7 May 2012 19:38:47 +0000 (21:38 +0200)
commit21d1b9342743efdb196110093b3b6ee156688b83
tree7aecfeadd08508428dbfa5729e5a6b5fb48b3ea3
parentdda822736d5e66f5b8fa6888397894c09a5fdcaa
tests: shell running test scripts is now named AM_TEST_RUNNER_SHELL

This is just a preparatory refactoring for future changes.

* configure.ac (AM_TEST_RUNNER_SHELL): New variable, defined
to $SHELL', and AC_SUBST'd.
* Makefile.am (LOG_COMPILER): Redefine from $(SHELL) to
$(AM_TEST_RUNNER_SHELL).
* defs: Adjust to use $AM_TEST_RUNNER_SHELL instead
of $CONFIG_SHELL and/or $SHELL, where appropriate.  Minor
opportunistic changes.
* t/self-check-explicit-skips.sh: Likewise.
* t/self-check-sanity.sh: Likewise.
* t/self-check-tap.sh: Likewise.
* t/self-check-cleanup.tap: Likewise.
* t/self-check-dir.tap: Likewise.
* t/self-check-env-sanitize.tap: Likewise.
* t/self-check-exit.tap: Likewise.
* t/self-check-me.tap: Likewise.
* t/self-check-reexec.tap: Likewise.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
13 files changed:
Makefile.am
configure.ac
defs
defs-static.in
t/self-check-cleanup.tap
t/self-check-dir.tap
t/self-check-env-sanitize.tap
t/self-check-exit.tap
t/self-check-explicit-skips.sh
t/self-check-me.tap
t/self-check-reexec.tap
t/self-check-sanity.sh
t/self-check-tap.sh