diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-17 17:35:56 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-17 17:35:56 (EDT) |
commit | e789e383f0b7013d5ca94f7912d95cd055d0e827 (patch) | |
tree | 3e1d236ee8f6c4362b44e7bfda8e802a114d1244 /tests/exe | |
parent | 529fb12cb56c379a3364a731201e411300b6ad7a (diff) |
tests/exe/ob-unpacksource.sh: Add trailing newline to test package source file
Diffstat (limited to 'tests/exe')
-rwxr-xr-x | tests/exe/ob-unpacksource.sh | 2 |
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 |