From c53ed7be03da564fc45836048324ee184f4541f1 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 7 Jan 2014 21:47:04 -0800 Subject: 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_. --- tests/spencer1-locale | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/spencer1-locale') 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 -- cgit v1.2.1