From a20d9cf0888153ff5500f80815899541d7e14598 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Wed, 20 Aug 2014 20:09:08 -0400 Subject: tests/common.sh: test_diff(): Add trailing newline --- (limited to 'tests/common.sh') 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' } -- cgit v0.9.1