diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/aux/common.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/aux/common.sh b/tests/aux/common.sh index e5cac94..15503c8 100644 --- a/tests/aux/common.sh +++ b/tests/aux/common.sh @@ -73,6 +73,11 @@ FOO_SH="$(cat <<-'EOF' printf 'Hello, world!\n' EOF )" +FOO_SH_PATCHED="$(cat <<-'EOF' + #!/bin/sh + printf 'Goodbye, world!\n' + EOF + )" # SPF 2.0 environment variables: # <http://specs.proteanos.com/spf-2.0/buildsys.html#env-vars> |