Searched defs:test_path_compare (Results 1 - 1 of 1) sorted by relevance

/systemd/src/test/
H A Dtest-path-util.c34 #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