summaryrefslogtreecommitdiffstats
path: root/tests/common.sh
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-08-20 20:09:08 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-08-20 20:09:08 (EDT)
commita20d9cf0888153ff5500f80815899541d7e14598 (patch)
treeb51a5122d31754d2afb0fe488f189fd522d746fe /tests/common.sh
parent354be6fb3326ddc49fe0d040515ae4c41e0b7d09 (diff)
tests/common.sh: test_diff(): Add trailing newline
Diffstat (limited to 'tests/common.sh')
-rw-r--r--tests/common.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/common.sh b/tests/common.sh
index 525aeb7..2d8ce9a 100644
--- a/tests/common.sh
+++ b/tests/common.sh
@@ -115,4 +115,5 @@ test_diff()
done <<-EOF
${test_results}
EOF
+ printf '\n'
}