index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Allan McRae <allan@archlinux.org> | 2012-05-08 23:32:43 +1000 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-06-25 23:39:52 -0500 |
commit | 47711947ddf95032334fbe9dd912cbd8d146e174 (patch) | |
tree | f078f5d7cfad6e0677ad19e80fbe92d51cf4f3c3 /test/scripts/parseopts_test.sh | |
parent | b1bb2eaa50e436e2221a1aec9749de58e4234b44 (diff) |
-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 } |