summaryrefslogtreecommitdiff
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 a5e8fc4dbc..c18293e403 100644
--- a/test/test-execute/exec-umask-0177.service
+++ b/test/test-execute/exec-umask-0177.service
@@ -2,7 +2,7 @@
Description=Test for UMask
[Service]
-ExecStart=/bin/sh -x -c 'touch /tmp/test-exec-umask; mode=$$(stat -c %%a /tmp/test-exec-umask); test "$$mode" = "600"'
+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"'
Type=oneshot
UMask=0177
PrivateTmp=yes