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-directorynotempty.path | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/path-directorynotempty.path (limited to 'test/path-directorynotempty.path') diff --git a/test/path-directorynotempty.path b/test/path-directorynotempty.path new file mode 100644 index 0000000000..17e599fc0e --- /dev/null +++ b/test/path-directorynotempty.path @@ -0,0 +1,8 @@ +[Unit] +Description=Test DirectoryNotEmpty + +[Path] +DirectoryNotEmpty=/tmp/test-path_directorynotempty/ + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3-54-g00ecf