summaryrefslogtreecommitdiff
path: root/test/exec-ignoresigpipe-no.service
diff options
context:
space:
mode:
Diffstat (limited to 'test/exec-ignoresigpipe-no.service')
-rw-r--r--test/exec-ignoresigpipe-no.service7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/exec-ignoresigpipe-no.service b/test/exec-ignoresigpipe-no.service
deleted file mode 100644
index 69b2e9d8a8..0000000000
--- a/test/exec-ignoresigpipe-no.service
+++ /dev/null
@@ -1,7 +0,0 @@
-[Unit]
-Description=Test for IgnoreSIGPIPE=no
-
-[Service]
-ExecStart=/bin/sh -c 'kill -PIPE 0'
-Type=oneshot
-IgnoreSIGPIPE=no