From: Yu Watanabe Date: Mon, 14 Jun 2021 18:05:48 +0000 (+0900) Subject: test: add a test case for #19920 X-Git-Tag: v249-rc1~13^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F19921%2Fhead;p=thirdparty%2Fsystemd.git test: add a test case for #19920 --- diff --git a/test/units/testsuite-42.sh b/test/units/testsuite-42.sh index e47fab46e6e..4e6be7e06eb 100755 --- a/test/units/testsuite-42.sh +++ b/test/units/testsuite-42.sh @@ -65,6 +65,10 @@ test -f /run/dbus1 systemd-run --unit=dbus2.service --wait -p StandardOutput=tty -p StandardError=tty -p Type=dbus -p BusName=systemd.test.ExecStopPost -p ExecStopPost='/bin/touch /run/dbus2' true test -f /run/dbus2 +# https://github.com/systemd/systemd/issues/19920 +systemd-run --unit=dbus3.service --wait -p StandardOutput=tty -p StandardError=tty -p Type=dbus -p ExecStopPost='/bin/touch /run/dbus3' true \ + && { echo 'unexpected success'; exit 1; } + cat >/tmp/notify1.sh <