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

/systemd/src/test/
H A Dtest-conf-parser.c27 static void test_config_parse_path_one(const char *rvalue, const char *expected) { function
109 test_config_parse_path_one("/path", "/path");
110 test_config_parse_path_one("/path//////////", "/path");
111 test_config_parse_path_one("///path/foo///bar////bar//", "/path/foo/bar/bar");
113 test_config_parse_path_one("not_absolute/path", NULL);

Completed in 2344 milliseconds