mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-09-09 17:45:00 +03: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
|
systemctl start unstoppable.service || exit 1
|
||||||
|
|
||||||
touch /testok
|
touch /testok
|
||||||
exit 0
|
|
||||||
|
@@ -60,4 +60,3 @@ systemctl stop forever-print-hola
|
|||||||
[[ ! -f "/i-lose-my-logs" ]]
|
[[ ! -f "/i-lose-my-logs" ]]
|
||||||
|
|
||||||
touch /testok
|
touch /testok
|
||||||
exit 0
|
|
||||||
|
@@ -14,4 +14,3 @@ set -o pipefail
|
|||||||
[[ "$(ulimit -n -H)" = "16384" ]]
|
[[ "$(ulimit -n -H)" = "16384" ]]
|
||||||
|
|
||||||
touch /testok
|
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
|
runcon -t systemd_test_stop_t systemctl stop hola
|
||||||
|
|
||||||
touch /testok
|
touch /testok
|
||||||
exit 0
|
|
||||||
|
Reference in New Issue
Block a user