From fee801f3af1414c779a80ea327834e5f96060ebe Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sun, 17 Mar 2019 17:58:53 -0400 Subject: tests/aux/common.sh: Define FOO_SH_PATCHED --- (limited to 'tests/aux') 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: # -- cgit v0.9.1