aboutsummaryrefslogtreecommitdiff
path: root/tests/lib.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xtests/lib.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib.sh b/tests/lib.sh
index 8d77068..251f314 100755
--- a/tests/lib.sh
+++ b/tests/lib.sh
@@ -23,7 +23,7 @@ assert_empty_stderr() {
assert_stdout() {
if [ "$(cat "$OUT")" != "$1" ]; then
- printf '\nERR: Bad STDOUT (%s)\nexpected: %s\ngot: %s\n' \
+ printf '\nERR: Bad STDOUT (%s)\n\nexpected: %s\ngot: %s\n' \
"$OUT" "$1" "$(cat "$OUT")" >&2
exit 1
fi