summaryrefslogtreecommitdiff
path: root/test/test-execute/exec-user.service
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-execute/exec-user.service')
-rw-r--r--test/test-execute/exec-user.service3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test-execute/exec-user.service b/test/test-execute/exec-user.service
index 2ca08ebb42..0a00c1abc4 100644
--- a/test/test-execute/exec-user.service
+++ b/test/test-execute/exec-user.service
@@ -2,5 +2,6 @@
Description=Test for User
[Service]
-ExecStart=/bin/sh -c 'exit $(test "$USER" = nobody)'
+ExecStart=/bin/sh -x -c 'test "$$USER" = "nobody"'
+Type=oneshot
User=nobody