diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2009-03-25T16·11+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2009-03-25T16·11+0000 |
commit | 8146a0c7313b95b4cc24776cc609efc846b0a38e (patch) | |
tree | cb0f46cc546a3ca43d3370e94569d5e5a8533fe6 | |
parent | a046858a22751ce87014aa5cc2a619ea83668ed9 (diff) |
* Use bash in the tests.
-rw-r--r-- | tests/Makefile.am | 2 | ||||
-rw-r--r-- | tests/common.sh.in | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index b8181b62e2d1..aceb5d33bac8 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,4 +1,4 @@ -TESTS_ENVIRONMENT = $(SHELL) -e +TESTS_ENVIRONMENT = $(bash) -e extra1 = $(shell pwd)/test-tmp/shared diff --git a/tests/common.sh.in b/tests/common.sh.in index 37dce260f5c2..85dd3a38906b 100644 --- a/tests/common.sh.in +++ b/tests/common.sh.in @@ -39,6 +39,7 @@ export dot=@dot@ export xmllint="@xmllint@" export xmlflags="@xmlflags@" export xsltproc="@xsltproc@" +export SHELL="@shell@" # Hack to get "atdiff" to run on Cygwin (Windows looks for # DLLs in $PATH). |