* Use bash in the tests.
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
TESTS_ENVIRONMENT = $(SHELL) -e
|
||||
TESTS_ENVIRONMENT = $(bash) -e
|
||||
|
||||
extra1 = $(shell pwd)/test-tmp/shared
|
||||
|
||||
|
||||
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user