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-unit.path | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test/path-unit.path (limited to 'test/path-unit.path') diff --git a/test/path-unit.path b/test/path-unit.path new file mode 100644 index 0000000000..95e572d6d5 --- /dev/null +++ b/test/path-unit.path @@ -0,0 +1,9 @@ +[Unit] +Description=Test Path Unit= + +[Path] +PathExists=/tmp/test-path_unit +Unit=path-mycustomunit.service + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3-54-g00ecf