summaryrefslogtreecommitdiff
path: root/test/test-execute/exec-privatedevices-yes.service
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-execute/exec-privatedevices-yes.service')
-rw-r--r--test/test-execute/exec-privatedevices-yes.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-execute/exec-privatedevices-yes.service b/test/test-execute/exec-privatedevices-yes.service
index 85b3f4f981..ab958b646e 100644
--- a/test/test-execute/exec-privatedevices-yes.service
+++ b/test/test-execute/exec-privatedevices-yes.service
@@ -2,6 +2,6 @@
Description=Test for PrivateDev=yes
[Service]
-ExecStart=/bin/sh -c 'exit $(test ! -c /dev/mem)'
+ExecStart=/bin/sh -c 'test ! -c /dev/mem'
Type=oneshot
PrivateDevices=yes