Merge pull request #2535 from PhillipSz/remove-exit-0

test: remove exit 0 at the end
This commit is contained in:
Lennart Poettering 2016-02-08 17:27:18 +01:00
commit 9e7454e0e2
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