From 281e05b6cb406debe7b290e5aee8eae049671c14 Mon Sep 17 00:00:00 2001 From: Ronny Chevalier Date: Tue, 11 Nov 2014 20:05:40 +0100 Subject: tests: add test-execute add tests for the following directives: - WorkingDirectory - Personality - IgnoreSIGPIPE - PrivateTmp - SystemCallFilter: It makes test/TEST-04-SECCOMP obsolete, so it has been removed. - SystemCallErrorNumber - User - Group - Environment --- test/exec-ignoresigpipe-no.service | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/exec-ignoresigpipe-no.service (limited to 'test/exec-ignoresigpipe-no.service') diff --git a/test/exec-ignoresigpipe-no.service b/test/exec-ignoresigpipe-no.service new file mode 100644 index 0000000000..69b2e9d8a8 --- /dev/null +++ b/test/exec-ignoresigpipe-no.service @@ -0,0 +1,7 @@ +[Unit] +Description=Test for IgnoreSIGPIPE=no + +[Service] +ExecStart=/bin/sh -c 'kill -PIPE 0' +Type=oneshot +IgnoreSIGPIPE=no -- cgit v1.2.3-54-g00ecf