summaryrefslogtreecommitdiffstats
path: root/tests/exe/ob-unpacksource.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/exe/ob-unpacksource.sh')
-rwxr-xr-xtests/exe/ob-unpacksource.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/exe/ob-unpacksource.sh b/tests/exe/ob-unpacksource.sh
index ddc382a..d443529 100755
--- a/tests/exe/ob-unpacksource.sh
+++ b/tests/exe/ob-unpacksource.sh
@@ -31,7 +31,7 @@ FOO_SH="$(cat <<-'EOF'
plan_ 4
mkdir -p '../src/src/'
-printf '%s' "${FOO_SH}" >'../src/src/foo.sh'
+printf '%s\n' "${FOO_SH}" >'../src/src/foo.sh'
command_ok_ 'ob-unpacksource exit status' ob-unpacksource
cmd_is 'native sources unpacked' cat 'src/src/foo.sh' <<-EOF