Searched defs:test_path_compare (Results 1 - 1 of 1) sorted by relevance
/systemd/src/test/ |
H A D | test-path-util.c | 34 #define test_path_compare(a, b, result) { \ macro 44 test_path_compare("/goo", "/goo", 0); 45 test_path_compare("/goo", "/goo", 0); 46 test_path_compare("//goo", "/goo", 0); 47 test_path_compare("//goo/////", "/goo", 0); 48 test_path_compare("goo/////", "goo", 0); 50 test_path_compare("/goo/boo", "/goo//boo", 0); 51 test_path_compare("//goo/boo", "/goo/boo//", 0); 53 test_path_compare("/", "///", 0); 55 test_path_compare("/ [all...] |
Completed in 50 milliseconds