From 2429808b297e6a711a245b93b8bc7df516c9d5bd Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Tue, 15 Jun 2021 03:05:48 +0900 Subject: [PATCH] test: add a test case for #19920 --- test/units/testsuite-42.sh | 4 ++++ 1 file changed, 4 insertions(+) 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 <