summaryrefslogtreecommitdiffstats
path: root/test/testsuite-23.units/testsuite-23-joins-namespace-of-8.service
diff options
context:
space:
mode:
Diffstat (limited to 'test/testsuite-23.units/testsuite-23-joins-namespace-of-8.service')
-rw-r--r--test/testsuite-23.units/testsuite-23-joins-namespace-of-8.service9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/testsuite-23.units/testsuite-23-joins-namespace-of-8.service b/test/testsuite-23.units/testsuite-23-joins-namespace-of-8.service
deleted file mode 100644
index dac1cea..0000000
--- a/test/testsuite-23.units/testsuite-23-joins-namespace-of-8.service
+++ /dev/null
@@ -1,9 +0,0 @@
-# SPDX-License-Identifier: LGPL-2.1-or-later
-[Service]
-Type=notify
-NotifyAccess=all
-MountAPIVFS=yes
-PrivateTmp=yes
-ExecStartPre=test -e /tmp/shared-private-file-x
-ExecStartPre=test -e /tmp/hoge
-ExecStart=/bin/bash -c 'touch /tmp/shared-private-file-y && systemd-notify --ready && sleep infinity'