From: Daan De Meyer Date: Sat, 4 May 2024 20:19:22 +0000 (+0200) Subject: TEST-07-PID1: Schedule exit on successful execution X-Git-Tag: v256-rc2~97^2~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e86afb0314ef26fc122eb63a4418867289b45b68;p=thirdparty%2Fsystemd.git TEST-07-PID1: Schedule exit on successful execution The test unit has RemainAfterExit=yes so let's schedule our own shutdown from the test itself once we finish running. --- diff --git a/test/units/testsuite-07.sh b/test/units/testsuite-07.sh index 2ee1457753a..873d638f76d 100755 --- a/test/units/testsuite-07.sh +++ b/test/units/testsuite-07.sh @@ -13,3 +13,4 @@ mountpoint /issue2730 run_subtests touch /testok +systemctl --no-block exit 123