From b903f16c2d2ce3857db5c6a2e151ef452770f1b5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sun, 7 Mar 2021 12:27:55 +0100 Subject: [PATCH] TEST-15-DROPINS: improve check https://github.com/systemd/systemd/pull/18579#discussion_r588983813 --- test/units/testsuite-15.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/units/testsuite-15.sh b/test/units/testsuite-15.sh index bf6a5c7a876..23a39bf0901 100755 --- a/test/units/testsuite-15.sh +++ b/test/units/testsuite-15.sh @@ -144,7 +144,8 @@ test_linked_units () { check_ok test15-a Names test15-a.service check_ok test15-a Names test15-b.service - check_ko test15-a Names test15-b@ + check_ko test15-a Names test15-a@ # test15-a@.scope is the symlink target. + # Make sure it is completely ignored. rm /test15-a@.scope clear_services test15-a test15-b -- 2.47.3