mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
Merge pull request #2535 from PhillipSz/remove-exit-0
test: remove exit 0 at the end
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user