Searched refs:test_join (Results 1 - 1 of 1) sorted by relevance
/systemd/src/test/ |
H A D | test-path-util.c | 173 #define test_join(root, path, rest, expected) { \ macro 179 test_join("/root", "/a/b", "/c", "/root/a/b/c"); 180 test_join("/root", "a/b", "c", "/root/a/b/c"); 181 test_join("/root", "/a/b", "c", "/root/a/b/c"); 182 test_join("/root", "/", "c", "/root/c"); 183 test_join("/root", "/", NULL, "/root/"); 185 test_join(NULL, "/a/b", "/c", "/a/b/c"); 186 test_join(NULL, "a/b", "c", "a/b/c"); 187 test_join(NULL, "/a/b", "c", "/a/b/c"); 188 test_join(NUL [all...] |
Completed in 7 milliseconds