mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
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:
parent
784b22eef5
commit
e3ceb75be3
@ -50,4 +50,3 @@ systemctl stop --job-mode=replace-irreversibly unstoppable.service || exit 1
|
||||
systemctl start unstoppable.service || exit 1
|
||||
|
||||
touch /testok
|
||||
exit 0
|
||||
|
@ -60,4 +60,3 @@ systemctl stop forever-print-hola
|
||||
[[ ! -f "/i-lose-my-logs" ]]
|
||||
|
||||
touch /testok
|
||||
exit 0
|
||||
|
@ -14,4 +14,3 @@ set -o pipefail
|
||||
[[ "$(ulimit -n -H)" = "16384" ]]
|
||||
|
||||
touch /testok
|
||||
exit 0
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user