summaryrefslogtreecommitdiff
path: root/test/test-execute/exec-ignoresigpipe-yes.service
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-execute/exec-ignoresigpipe-yes.service')
-rw-r--r--test/test-execute/exec-ignoresigpipe-yes.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-execute/exec-ignoresigpipe-yes.service b/test/test-execute/exec-ignoresigpipe-yes.service
index 877ec8aed0..f81c01719e 100644
--- a/test/test-execute/exec-ignoresigpipe-yes.service
+++ b/test/test-execute/exec-ignoresigpipe-yes.service
@@ -2,6 +2,6 @@
Description=Test for IgnoreSIGPIPE=yes
[Service]
-ExecStart=/bin/sh -c 'kill -PIPE 0'
+ExecStart=/bin/sh -x -c 'kill -PIPE 0'
Type=oneshot
IgnoreSIGPIPE=yes