summaryrefslogtreecommitdiff
path: root/tests/spencer1-locale
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2014-01-07 21:47:04 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2014-01-07 21:47:24 -0800
commitc53ed7be03da564fc45836048324ee184f4541f1 (patch)
treeb79e9e5e399afdb549fe2b637aef381d6e6d55b6 /tests/spencer1-locale
parent442ae29b4f9a69f8e747ab8f8cd9b95d847942a3 (diff)
downloadgrep-c53ed7be03da564fc45836048324ee184f4541f1.tar.gz
tests: port Solaris 10 /bin/sh patch back to GNU/Linux
Problem reported by Jim Meyering. * tests/bre, tests/ere, tests/spencer1-locale: Prefer re_shell, not re_shell_. * tests/init.sh (re_shell): New var, which is exported instead of re_shell_.
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 6484490b..e8deeaca 100755
--- a/tests/spencer1-locale
+++ b/tests/spencer1-locale
@@ -18,6 +18,6 @@ ${AWK-awk} -v extra_locale=$LOCALE_FR_UTF8 \
-f "$abs_srcdir/spencer1-locale.awk" "$abs_srcdir/spencer1.tests" \
> spencer1-locale.script || fail=1
-${re_shell_-${SHELL-sh}} spencer1-locale.script || fail=1
+${re_shell-${SHELL-sh}} spencer1-locale.script || fail=1
Exit $fail