summaryrefslogtreecommitdiff
path: root/tests/spencer1-locale
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2010-03-31 10:56:01 +0200
committerPaolo Bonzini <bonzini@gnu.org>2010-03-31 12:11:30 +0200
commitc4457b18ccaaadeeaa8fbe42a0c6cfd4902b1a33 (patch)
tree8f38229ee72395fa7f5de880313bbddde431a366 /tests/spencer1-locale
parent878b4eca0f802252abed96d1308535c8663f3936 (diff)
downloadgrep-c4457b18ccaaadeeaa8fbe42a0c6cfd4902b1a33.tar.gz
tests: fix on systems with broken sh
* tests/Makefile.am (TESTS_ENVIRONMENT): Adjust coreutils remnants. * tests/bre.sh: Invoke script with $SHELL if defined. * tests/ere.sh: Likewise. * tests/spencer1-locale: Likewise. * tests/spencer1.sh: Likewise.
Diffstat (limited to 'tests/spencer1-locale')
-rwxr-xr-xtests/spencer1-locale2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/spencer1-locale b/tests/spencer1-locale
index fa9909de..3efe7d4b 100755
--- a/tests/spencer1-locale
+++ b/tests/spencer1-locale
@@ -19,6 +19,6 @@ ${AWK-awk} -v extra_locale=$LOCALE_FR_UTF8 \
-f "$abs_srcdir/spencer1-locale.awk" "$abs_srcdir/spencer1.tests" \
> spencer1-locale.script || fail=1
-sh spencer1-locale.script || fail=1
+${SHELL-sh} spencer1-locale.script || fail=1
Exit $fail