index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | test/scripts/parseopts_test.sh | 4 |
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 } |