summaryrefslogtreecommitdiffstats
path: root/test/test-execute/exec-runtimedirectory-owner-nogroup.service
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-execute/exec-runtimedirectory-owner-nogroup.service')
-rw-r--r--test/test-execute/exec-runtimedirectory-owner-nogroup.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-execute/exec-runtimedirectory-owner-nogroup.service b/test/test-execute/exec-runtimedirectory-owner-nogroup.service
index 804048e..6d50895 100644
--- a/test/test-execute/exec-runtimedirectory-owner-nogroup.service
+++ b/test/test-execute/exec-runtimedirectory-owner-nogroup.service
@@ -3,7 +3,7 @@
Description=Test for RuntimeDirectory owner (must not be the default group of the user if Group is set)
[Service]
-ExecStart=/bin/sh -x -c 'group=$$(stat -c %%G %t/test-exec_runtimedirectory-owner); test "$$group" = "nogroup"'
+ExecStart=sh -x -c 'group=$$(stat -c %%G %t/test-exec_runtimedirectory-owner); test "$$group" = "nogroup"'
Type=oneshot
Group=nogroup
User=root