summaryrefslogtreecommitdiff
path: root/src/test/test-path-lookup.c
Commit message (Expand)AuthorAgeFilesLines
* basic: add RuntimeScope enumLennart Poettering2023-03-101-15/+15
* Rename UnitFileScope to LookupScopeZbigniew Jędrzejewski-Szmek2022-03-291-15/+15
* strv: make iterator in STRV_FOREACH() declaread in the loopYu Watanabe2022-03-191-2/+1
* test: use rm_rf_physical_and_freep cleanup functionYu Watanabe2022-02-021-11/+8
* test: Use TEST macroJan Janssen2021-11-251-17/+14
* test: use assert_se() instead of assert()Yu Watanabe2021-10-121-1/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* test: Add test for setting generator paths via environmentBenjamin Berg2020-03-041-6/+45
* core: stop removing non-existent and duplicate lookup pathsZbigniew Jędrzejewski-Szmek2019-08-271-3/+3
* Merge pull request #10070 from keszybz/test-reportingYu Watanabe2018-09-151-3/+2
|\
| * tests: use a helper function to parse environment and open loggingZbigniew Jędrzejewski-Szmek2018-09-141-3/+2
* | test: unset $XDG_{CONFIG,DATA}_DIRSYu Watanabe2018-09-131-0/+2
|/
* Drop my copyright headersZbigniew Jędrzejewski-Szmek2018-06-141-3/+0
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-141-1/+1
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop redundant _cleanup_ macros (#8810)Lennart Poettering2018-04-251-3/+3
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* shared/path-lookup: rearrange paths in --global mode to match --user modeZbigniew Jędrzejewski-Szmek2018-02-091-0/+32
* tree-wide: use strv_isempty() instead of strv_length() == 0Lennart Poettering2017-11-291-1/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* systemctl: don't confuse sysv code with generated unitsLennart Poettering2016-04-121-2/+2
* install: rename generator_paths() → generator_binary_paths()Lennart Poettering2016-04-121-4/+4
* tests: make sure test-path-lookup can run even when no units are installed on...Lennart Poettering2016-04-121-1/+1
* core: rework logic to drop duplicate and non-existing items from search pathLennart Poettering2016-04-121-2/+4
* core: remove ManagerRunningAs enumLennart Poettering2016-04-121-12/+11
* core: rework generator dir logic, move the dirs into LookupPaths structureLennart Poettering2016-04-121-11/+6
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* tests: lookup_paths_init depends on SYSTEMD_UNIT_PATH. Test itEvgeny Vereshchagin2015-10-311-6/+15
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-2/+3
* core: rename SystemdRunningAs to ManagerRunningAsLennart Poettering2015-05-111-9/+9
* util: rework rm_rf() logicLennart Poettering2015-04-061-1/+2
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-1/+0
* util: rework strappenda(), and rename it strjoina()Lennart Poettering2015-02-031-2/+2
* test-path-lookup: add simple test for path lookup functionsZbigniew Jędrzejewski-Szmek2015-01-111-0/+74