summaryrefslogtreecommitdiff
path: root/test/scripts/parseopts_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/scripts/parseopts_test.sh')
-rwxr-xr-xtest/scripts/parseopts_test.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/scripts/parseopts_test.sh b/test/scripts/parseopts_test.sh
index b5c07b5d..1693b9f9 100755
--- a/test/scripts/parseopts_test.sh
+++ b/test/scripts/parseopts_test.sh
@@ -48,10 +48,10 @@ test_result() {
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
}