summaryrefslogtreecommitdiffstats
path: root/src/test/test-path.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* test-path: fix inverted return value (#7050)Zbigniew Jędrzejewski-Szmek2017-10-171-1/+1
* tests: skip tests when cg_pid_get_path fails (#7033)Zbigniew Jędrzejewski-Szmek2017-10-101-1/+5
* Make test_run into a flags field and disable generators againZbigniew Jędrzejewski-Szmek2017-09-191-1/+1
* tests: when running a manager object in a test, migrate to private cgroup sub...Lennart Poettering2017-08-091-0/+2
* test: drop TEST_DATA_DIR, fold into get_testdata_dir()Martin Pitt2017-02-161-1/+1
* test: setup test data dir before fake runtime dirMartin Pitt2017-02-161-1/+1
* test: make unit tests relocatableMartin Pitt2017-02-131-1/+1
* tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek2016-10-231-1/+1
* tests: get rid of strerrorZbigniew Jędrzejewski-Szmek2016-09-141-1/+1
* basic: remove rm_rf_and_free, add rm_rf_physical_and_free, use rm_rf_physical...Evgeny Vereshchagin2016-05-201-1/+1
* tests: override XDG_RUNTIME_DIR where we use the user runtime dirLennart Poettering2016-04-121-2/+6
* core: remove ManagerRunningAs enumLennart Poettering2016-04-121-1/+1
* tree-wide: minor formatting inconsistency cleanupsVito Caputo2016-02-231-1/+1
* tests: fix newlines in skip messageZbigniew Jędrzejewski-Szmek2015-12-021-1/+1
* tests: turn check if manager cannot be intialized into macroZbigniew Jędrzejewski-Szmek2015-12-021-1/+2
* test-path: move all related test files to a specific directoryRonny Chevalier2015-10-311-1/+1
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering2015-10-271-1/+2
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-5/+6
* tests: Skip tests which need to access /sys/fs/cgroup if that is not availableMartin Pitt2015-09-041-1/+1
* core: rename SystemdRunningAs to ManagerRunningAsLennart Poettering2015-05-111-1/+1
* test: test-path and test-execute only need units in test/Ronny Chevalier2015-04-211-1/+1
* util: rework rm_rf() logicLennart Poettering2015-04-061-3/+9
* fix gcc warnings about uninitialized variablesHarald Hoyer2015-03-271-1/+1
* util: rework strappenda(), and rename it strjoina()Lennart Poettering2015-02-031-2/+2
* test-path: do not skip tests if we are not rootRonny Chevalier2015-01-151-4/+0
* tree-wide: spelling fixesVeres Lajos2014-12-311-1/+1
* manager: allow test run to catch SIGCHLD eventsRonny Chevalier2014-11-131-1/+0
* tests: add test-pathRonny Chevalier2014-11-081-0/+272