From: Frantisek Sumsal Date: Mon, 21 Mar 2022 14:55:49 +0000 (+0100) Subject: test: don't try to execute a non-existing script X-Git-Tag: v251-rc1~84^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3d83ff9403b40c3f9ac3c9bf3ee00eeea1289da;p=thirdparty%2Fsystemd.git test: don't try to execute a non-existing script --- diff --git a/test/units/testsuite-69.service b/test/units/testsuite-69.service index 3b2b81edc8d..7aa0664b85f 100644 --- a/test/units/testsuite-69.service +++ b/test/units/testsuite-69.service @@ -4,4 +4,4 @@ Description=TEST-69-SHUTDOWN [Service] Type=oneshot -ExecStart=/usr/lib/systemd/tests/testdata/units/%N.sh +ExecStart=/bin/true