mirror of
https://github.com/systemd/systemd.git
synced 2024-10-31 07:51:21 +03:00
test: add more tests for path_startswith()
This commit is contained in:
parent
9dcde1034c
commit
1dff135bf9
@ -481,6 +481,9 @@ static void test_path_startswith(void) {
|
||||
assert_se(!path_startswith("/foo/bar/barfoo/", ""));
|
||||
assert_se(!path_startswith("/foo/bar/barfoo/", "/bar/foo"));
|
||||
assert_se(!path_startswith("/foo/bar/barfoo/", "/f/b/b/"));
|
||||
assert_se(!path_startswith("/foo/bar/barfoo/", "/foo/bar/barfo"));
|
||||
assert_se(!path_startswith("/foo/bar/barfoo/", "/foo/bar/bar"));
|
||||
assert_se(!path_startswith("/foo/bar/barfoo/", "/fo"));
|
||||
}
|
||||
|
||||
static void test_prefix_root_one(const char *r, const char *p, const char *expected) {
|
||||
|
Loading…
Reference in New Issue
Block a user