From: Frantisek Sumsal Date: Tue, 18 Apr 2023 09:45:56 +0000 (+0200) Subject: test: prefix the transient unit with test- to make coverage runs happy X-Git-Tag: v254-rc1~687 X-Git-Url: http://git-history.diyao.me/?a=commitdiff_plain;h=574d09bad079cfc19e0dd142fd6fe23d4b251878;p=systemd%2F.git test: prefix the transient unit with test- to make coverage runs happy See 9fd8226312 for more details. Follow-up to c9210b7470. --- diff --git a/test/units/testsuite-54.sh b/test/units/testsuite-54.sh index ab896a5759..4f9a0c2877 100755 --- a/test/units/testsuite-54.sh +++ b/test/units/testsuite-54.sh @@ -135,6 +135,7 @@ fi systemd-run -p DynamicUser=yes -p 'LoadCredential=os:/etc/os-release' \ -p 'ExecStartPre=true' \ -p 'ExecStartPre=systemd-creds cat os' \ + --unit=test-54-exec-start.service \ --wait \ --pipe \ true | cmp /etc/os-release