mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-24 21:34:08 +03:00
Merge pull request #2535 from PhillipSz/remove-exit-0
test: remove exit 0 at the end
This commit is contained in:
commit
9e7454e0e2
@ -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