From bc9992978cd1456b5bb79e72e8cf7a2331d3a7c6 Mon Sep 17 00:00:00 2001 From: Ronny Chevalier Date: Wed, 5 Nov 2014 21:27:01 +0100 Subject: tests: add test-path It tests all available directives of Path units: - PathChanged - PathModified - PathExists - PathExisysGlob - DirectoryNotEmpty - MakeDirectory - DirectoryMode - Unit --- test/path-exists.path | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/path-exists.path (limited to 'test/path-exists.path') diff --git a/test/path-exists.path b/test/path-exists.path new file mode 100644 index 0000000000..c4c9105af4 --- /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 -- cgit v1.2.3-54-g00ecf