summaryrefslogtreecommitdiff
path: root/src/test/test-path-util.c
Commit message (Collapse)AuthorAge
* consistently order cleanup attribute before typeThomas Hindoe Paaboel Andersen2014-06-22
|
* test: unit test for using alternate roots with path_strv_resolveMichael Marineau2014-06-20
|
* test-path-util: add tests for path_make_relative()Tanu Kaskinen2014-05-25
|
* test-path-util: fix running with separate build dirZbigniew Jędrzejewski-Szmek2014-04-16
| | | | | test-path-utils attempts to find itself, but if the binary is not in current directory, the test would fail.
* path-util: also check for existence of binary when given absolute pathZbigniew Jędrzejewski-Szmek2014-04-12
| | | | | | | | | In contrast to a filename-only argument, find_binary() did not actually check if an path exists, allowing the code to fail later on. This was OK, but it seems nicer to treat both paths identically. Also take advantage of path_make_absolute_cwd doing strdup() by itself if necessary to simplify.
* fsck: Search for fsck.type in PATHMike Gilbert2014-04-12
| | | | | | Modifies find_binary() to accept NULL in the second argument. fsck.type lookup logic moved to new fsck_exists() function, with a test.
* Get rid of our reimplementation of basenameZbigniew Jędrzejewski-Szmek2013-12-06
| | | | | | The only problem is that libgen.h #defines basename to point to it's own broken implementation instead of the GNU one. This can be fixed by #undefining basename.
* util: properly handle the root dir in PATH_FOREACH_PREFIXLennart Poettering2013-09-26
| | | | | Also add PATH_FOREACH_PREFIX_MORE which includes the specified dir itself in the iteration
* util: add macro for iterating through all prefixes of a pathLennart Poettering2013-09-25
| | | | Syntactic sugar in a macro PATH_FOREACH_PREFIX.
* run: allow non-absolute paths as commandZbigniew Jędrzejewski-Szmek2013-09-09
|
* test-path-util,test-sched-prio: uninitialize manager to appease valgrindZbigniew Jędrzejewski-Szmek2013-07-12
|
* test-path-util: fix another stupid test failureZbigniew Jędrzejewski-Szmek2013-03-29
|
* test-path-util: fix botched testZbigniew Jędrzejewski-Szmek2013-03-29
|
* tests: add some silly tests for path-util.cZbigniew Jędrzejewski-Szmek2013-03-28