summaryrefslogtreecommitdiff
path: root/test/scripts/human_to_size_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/scripts/human_to_size_test.sh')
-rw-r--r--test/scripts/human_to_size_test.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/scripts/human_to_size_test.sh b/test/scripts/human_to_size_test.sh
index 1d747946..dbf1997a 100644
--- a/test/scripts/human_to_size_test.sh
+++ b/test/scripts/human_to_size_test.sh
@@ -31,10 +31,10 @@ parse_hts() {
summarize() {
if (( !fail )); then
- printf 'All %s tests successful\n' "$testcount"
+ printf 'All %s tests successful\n\n' "$testcount"
exit 0
else
- printf '%s of %s tests failed\n' "$fail" "$testcount"
+ printf '%s of %s tests failed\n\n' "$fail" "$testcount"
exit 1
fi
}