summaryrefslogtreecommitdiffstats
path: root/test/test-execute/exec-umask-0177.service
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-execute/exec-umask-0177.service')
-rw-r--r--test/test-execute/exec-umask-0177.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-execute/exec-umask-0177.service b/test/test-execute/exec-umask-0177.service
index 380cb82..de9ac5a 100644
--- a/test/test-execute/exec-umask-0177.service
+++ b/test/test-execute/exec-umask-0177.service
@@ -3,7 +3,7 @@
Description=Test for UMask
[Service]
-ExecStart=/bin/sh -x -c 'rm /tmp/test-exec-umask; touch /tmp/test-exec-umask; mode=$$(stat -c %%a /tmp/test-exec-umask); test "$$mode" = "600"'
+ExecStart=sh -x -c 'rm /tmp/test-exec-umask; touch /tmp/test-exec-umask; mode=$$(stat -c %%a /tmp/test-exec-umask); test "$$mode" = "600"'
Type=oneshot
UMask=0177
PrivateTmp=yes