summaryrefslogtreecommitdiff
path: root/test/path-exists.path
diff options
context:
space:
mode:
authorRonny Chevalier <chevalier.ronny@gmail.com>2014-11-05 21:27:01 +0100
committerRonny Chevalier <chevalier.ronny@gmail.com>2014-11-08 22:45:56 +0100
commitbc9992978cd1456b5bb79e72e8cf7a2331d3a7c6 (patch)
tree5b424971ef9c92663c8fdc6da40a4df28b923f9e /test/path-exists.path
parented7fb9cb235d2aedb755dcb8a5a5d9cdffba1519 (diff)
tests: add test-path
It tests all available directives of Path units: - PathChanged - PathModified - PathExists - PathExisysGlob - DirectoryNotEmpty - MakeDirectory - DirectoryMode - Unit
Diffstat (limited to 'test/path-exists.path')
-rw-r--r--test/path-exists.path8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/path-exists.path b/test/path-exists.path
new file mode 100644
index 000000000..c4c9105af
--- /dev/null
+++ b/test/path-exists.path
@@ -0,0 +1,8 @@
+[Unit]
+Description=Test PathExists
+
+[Path]
+PathExists=/tmp/test-path_exists
+
+[Install]
+WantedBy=multi-user.target