diff options
author | Frantisek Sumsal <frantisek@sumsal.cz> | 2023-06-11 09:02:52 +0200 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2023-06-11 13:29:59 +0200 |
commit | 581427bd658c585287a7f3db04eabdce922d9d0e (patch) | |
tree | 1b41bb10db487eab6282994f41f50520bd902ceb | |
parent | Merge pull request #27980 from bluca/tests (diff) | |
download | systemd-581427bd658c585287a7f3db04eabdce922d9d0e.tar.xz systemd-581427bd658c585287a7f3db04eabdce922d9d0e.zip |
test: make coverage runs happy again
-rwxr-xr-x | test/units/testsuite-54.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/units/testsuite-54.sh b/test/units/testsuite-54.sh index 4affd128cc..89466a5e33 100755 --- a/test/units/testsuite-54.sh +++ b/test/units/testsuite-54.sh @@ -260,6 +260,7 @@ echo -n b >/run/credstore/test.creds.second mkdir -p /etc/credstore echo -n c >/etc/credstore/test.creds.third systemd-run -p "ImportCredential=test.creds.*" \ + --unit=test-54-ImportCredential.service \ -p DynamicUser=1 \ --wait \ --pipe \ |