From fbc5aa7c47597694d8973a134143a2281748eec6 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 4 Oct 2008 17:12:08 +0200 Subject: tests: fix the install/strip-program test * tests/install/strip-program: Use $PREFERABLY_POSIX_SHELL, not POSIX_SHELL. The latter may be empty, and would fail on OpenBSD 3.9. * tests/check.mk (TESTS_ENVIRONMENT): Propagate PREFERABLY_POSIX_SHELL to tests. --- tests/install/strip-program | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/install/strip-program') diff --git a/tests/install/strip-program b/tests/install/strip-program index 98f7febea..8dc838f0b 100755 --- a/tests/install/strip-program +++ b/tests/install/strip-program @@ -26,7 +26,7 @@ fi working_umask_or_skip_ cat < b || framework_failure -#!$POSIX_SHELL +#!$PREFERABLY_POSIX_SHELL sed s/b/B/ \$1 > \$1.t && mv \$1.t \$1 EOF chmod a+x b || framework_failure -- cgit v1.2.3-54-g00ecf