diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-17 17:58:53 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-17 17:58:53 (EDT) |
commit | fee801f3af1414c779a80ea327834e5f96060ebe (patch) | |
tree | b7786d4739a2f8580b3562e5addf8c204209e57c /tests | |
parent | f1b93e49041f0fc1dfe69c56cfbda3a84a046bff (diff) |
tests/aux/common.sh: Define FOO_SH_PATCHED
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> |