mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-10 01:17:44 +03:00
test: let the shell find "touch" instead of hard-coded "/bin/touch"
This commit is contained in:
parent
b8cb5effeb
commit
b0fbf9bd40
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user