chiark / gitweb /
remove tests
[elogind.git] / test / exec-privatetmp-yes.service
diff --git a/test/exec-privatetmp-yes.service b/test/exec-privatetmp-yes.service
deleted file mode 100644 (file)
index 881a040..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-[Unit]
-Description=Test for PrivateTmp=yes
-
-[Service]
-ExecStart=/bin/sh -c 'exit $(test ! -f /tmp/test-exec_privatetmp)'
-Type=oneshot
-PrivateTmp=yes