diff options
author | P. 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) |
commit | a20d9cf0888153ff5500f80815899541d7e14598 (patch) | |
tree | b51a5122d31754d2afb0fe488f189fd522d746fe /tests | |
parent | 354be6fb3326ddc49fe0d040515ae4c41e0b7d09 (diff) |
tests/common.sh: test_diff(): Add trailing newline
Diffstat (limited to 'tests')
-rw-r--r-- | tests/common.sh | 1 |
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' } |