summaryrefslogtreecommitdiff
path: root/src/test/test-path.c
Commit message (Collapse)AuthorAge
* util: rework strappenda(), and rename it strjoina()Lennart Poettering2015-02-03
| | | | | | After all it is now much more like strjoin() than strappend(). At the same time, add support for NULL sentinels, even if they are normally not necessary.
* test-path: do not skip tests if we are not rootRonny Chevalier2015-01-15
| | | | We can properly run the tests without being root
* tree-wide: spelling fixesVeres Lajos2014-12-30
| | | | | | | https://github.com/vlajos/misspell_fixer https://github.com/torstehu/systemd/commit/b6fdeb618cf2f3ce1645b3315f15f482710c7ffa Thanks to Torstein Husebo <torstein@huseboe.net>.
* manager: allow test run to catch SIGCHLD eventsRonny Chevalier2014-11-13
| | | | Otherwise we cannot know when a service exited
* tests: add test-pathRonny Chevalier2014-11-08
It tests all available directives of Path units: - PathChanged - PathModified - PathExists - PathExisysGlob - DirectoryNotEmpty - MakeDirectory - DirectoryMode - Unit