]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - test/test-execute/exec-basic.service
Merge pull request #11827 from keszybz/pkgconfig-variables
[thirdparty/systemd.git] / test / test-execute / exec-basic.service
index 456f06951acbc3cd8aca7842e2ef2fbc2dd4f1c2..8b672fcecbc88083b5030f3da787cb16a22bce75 100644 (file)
@@ -2,7 +2,7 @@
 Description=Test for basic execution
 
 [Service]
-ExecStart=touch /tmp/a ; /bin/touch /tmp/b ; touch /tmp/c
+ExecStart=touch /tmp/a ; /bin/sh -c 'touch /tmp/b' ; touch /tmp/c
 ExecStart=test -f /tmp/a
 ExecStart=!test -f /tmp/b
 ExecStart=!!test -f /tmp/c