From 61494724eee4f1c8a9192f1220776a08d92ee617 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Thu, 8 Apr 2021 01:23:49 +0200 Subject: [PATCH] TEST-42-EXECSTOPPOST: un-invert test Since we test for the file right below, it seems we expected the command to succeed. --- test/units/testsuite-42.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/units/testsuite-42.sh b/test/units/testsuite-42.sh index 154398dd66..087e2cb294 100755 --- a/test/units/testsuite-42.sh +++ b/test/units/testsuite-42.sh @@ -58,7 +58,7 @@ systemd-run --unit=dbus1.service --wait -p StandardOutput=tty -p StandardError=t || : 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 +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 cat > /tmp/notify1.sh <