diff --git a/test/units/testsuite-21.sh b/test/units/testsuite-21.sh index 7158688362..d931e63167 100755 --- a/test/units/testsuite-21.sh +++ b/test/units/testsuite-21.sh @@ -15,7 +15,7 @@ at_exit() { # from the queue if [[ $SHUTDOWN_AT_EXIT -ne 0 ]] && ! systemctl poweroff; then # PID1 is down let's try to save the journal - journalctl --sync || : # journal can be down as well so let's ignore exit codes here + journalctl --sync # journal can be down as well so let's ignore exit codes here systemctl -ff poweroff # sync() and reboot(RB_POWER_OFF) fi }