From: Lennart Poettering Date: Wed, 3 May 2023 07:37:55 +0000 (+0200) Subject: test: disable SoftReboot() in dfuzzer test for now X-Git-Tag: v254-rc1~298^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8af66251a13a6b4f585624acda50b0d564cd6ed0;p=thirdparty%2Fsystemd.git test: disable SoftReboot() in dfuzzer test for now As requested: https://github.com/systemd/systemd/pull/27435#issuecomment-1527810336 --- diff --git a/test/units/testsuite-21.sh b/test/units/testsuite-21.sh index 36f647ca5f6..87a18fe5404 100755 --- a/test/units/testsuite-21.sh +++ b/test/units/testsuite-21.sh @@ -28,6 +28,7 @@ systemctl log-level info # FIXME: systemd-run doesn't play well with daemon-reexec # See: https://github.com/systemd/systemd/issues/27204 sed -i '/\[org.freedesktop.systemd1\]/aorg.freedesktop.systemd1.Manager:Reexecute FIXME' /etc/dfuzzer.conf +sed -i '/\[org.freedesktop.systemd1\]/aorg.freedesktop.systemd1.Manager:SoftReboot destructive' /etc/dfuzzer.conf # TODO # * check for possibly newly introduced buses?