summaryrefslogtreecommitdiff
path: root/tests/install/strip-program
diff options
context:
space:
mode:
Diffstat (limited to 'tests/install/strip-program')
-rwxr-xr-xtests/install/strip-program4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/install/strip-program b/tests/install/strip-program
index d7971797e..0f1e9fa22 100755
--- a/tests/install/strip-program
+++ b/tests/install/strip-program
@@ -21,11 +21,11 @@ print_ver_ ginstall
working_umask_or_skip_
-cat <<EOF > b || framework_failure
+cat <<EOF > b || framework_failure_
#!$PREFERABLY_POSIX_SHELL
sed s/b/B/ \$1 > \$1.t && mv \$1.t \$1
EOF
-chmod a+x b || framework_failure
+chmod a+x b || framework_failure_
echo abc > src || fail=1