diff options
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' } |