diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-03-07 12:27:55 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-03-07 12:27:55 +0100 |
commit | b903f16c2d2ce3857db5c6a2e151ef452770f1b5 (patch) | |
tree | ec47a4611b2243baa486ac9fdce03f38db7f1b68 /test | |
parent | 6bc352af1f2bb340dd832ded0be7b05b6eeecdd3 (diff) | |
download | systemd-b903f16c2d2ce3857db5c6a2e151ef452770f1b5.tar.gz |
TEST-15-DROPINS: improve check
https://github.com/systemd/systemd/pull/18579#discussion_r588983813
Diffstat (limited to 'test')
-rwxr-xr-x | test/units/testsuite-15.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/units/testsuite-15.sh b/test/units/testsuite-15.sh index bf6a5c7a87..23a39bf090 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 |