summaryrefslogtreecommitdiffstats
path: root/test/test-execute/exec-condition-skip.service
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-execute/exec-condition-skip.service')
-rw-r--r--test/test-execute/exec-condition-skip.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-execute/exec-condition-skip.service b/test/test-execute/exec-condition-skip.service
index b69e161..4ee58b9 100644
--- a/test/test-execute/exec-condition-skip.service
+++ b/test/test-execute/exec-condition-skip.service
@@ -13,4 +13,4 @@ ExecCondition=/bin/sh -c 'exit 254'
ExecCondition=/bin/sh -c 'exit 255'
# This should not get run
-ExecStart=/bin/sh -c 'true'
+ExecStart=sh -c 'true'