Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test: Use TEST macro | Jan Janssen | 2021-11-25 | 1 | -12/+3 |
| | | | | | | | | | This converts to TEST macro where it is trivial. Some additional notable changes: - simplify HAVE_LIBIDN #ifdef in test-dns-domain.c - use saved_argc/saved_argv in test-copy.c, test-path-util.c, test-tmpfiles.c and test-unit-file.c | ||||
* | license: LGPL-2.1+ -> LGPL-2.1-or-later | Yu Watanabe | 2020-11-09 | 1 | -1/+1 |
| | |||||
* | sd-path: handle case of missing runtime dir in test | Zbigniew Jędrzejewski-Szmek | 2020-03-27 | 1 | -4/+12 |
| | | | | Also document it in the man page. | ||||
* | sd-path: rename the two functions | Zbigniew Jędrzejewski-Szmek | 2020-03-27 | 1 | -10/+10 |
| | | | | | | | | | | | I think the two names were both pretty bad. They did not give a proper hint what the difference between the two functions is, and sd_path_home sounds like it is somehow related to /home or home directories or whatever, when in fact both functions return the same set of paths as either a colon-delimited string or a strv. "_strv" suffix is used by various functions in sd-bus, so let's reuse that. Those functions are not public yet, so let's rename. | ||||
* | test-sd-path: basic test for the sd-path API | Zbigniew Jędrzejewski-Szmek | 2020-03-27 | 1 | -0/+61 |