test: remove exit 0 at the end

We don't need that at the end, as it will always exit with 0 if
everything is okey.
This commit is contained in:
Phillip Sz 2016-02-05 11:38:58 +01:00
parent 784b22eef5
commit e3ceb75be3
4 changed files with 0 additions and 4 deletions

View File

@ -50,4 +50,3 @@ systemctl stop --job-mode=replace-irreversibly unstoppable.service || exit 1
systemctl start unstoppable.service || exit 1
touch /testok
exit 0

View File

@ -60,4 +60,3 @@ systemctl stop forever-print-hola
[[ ! -f "/i-lose-my-logs" ]]
touch /testok
exit 0

View File

@ -14,4 +14,3 @@ set -o pipefail
[[ "$(ulimit -n -H)" = "16384" ]]
touch /testok
exit 0

View File

@ -10,4 +10,3 @@ runcon -t systemd_test_reload_t systemctl reload hola
runcon -t systemd_test_stop_t systemctl stop hola
touch /testok
exit 0