summaryrefslogtreecommitdiffstats
path: root/test/test-execute/exec-group-nfsnobody.service
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-execute/exec-group-nfsnobody.service')
-rw-r--r--test/test-execute/exec-group-nfsnobody.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-execute/exec-group-nfsnobody.service b/test/test-execute/exec-group-nfsnobody.service
index a1e59c5..aebb198 100644
--- a/test/test-execute/exec-group-nfsnobody.service
+++ b/test/test-execute/exec-group-nfsnobody.service
@@ -3,6 +3,6 @@
Description=Test for Group
[Service]
-ExecStart=/bin/sh -x -c 'test "$$(id -n -g)" = "nfsnobody"'
+ExecStart=sh -x -c 'test "$$(id -n -g)" = "nfsnobody"'
Type=oneshot
Group=nfsnobody