chiark / gitweb /
remove tests
[elogind.git] / test / exec-umask-0177.service
diff --git a/test/exec-umask-0177.service b/test/exec-umask-0177.service
deleted file mode 100644 (file)
index af92958..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-[Unit]
-Description=Test for UMask
-
-[Service]
-ExecStart=/bin/sh -c 'touch /tmp/test-exec-umask; s=$(stat -c %a /tmp/test-exec-umask); echo $s; exit $(test $s = "600")'
-UMask=0177
-PrivateTmp=yes