Home
last modified time | relevance | path

Searched refs:test_path (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/test/
Dtest-path.c42 STRV_FOREACH(test_path, tests_path) { in setup_test()
45 p = strjoin("/tmp/test-path_", *test_path); in setup_test()
127 const char *test_path = "/tmp/test-path_exists"; in test_path_exists() local
143 assert_se(touch(test_path) >= 0); in test_path_exists()
152 assert_se(rm_rf(test_path, REMOVE_ROOT|REMOVE_PHYSICAL) == 0); in test_path_exists()
161 const char *test_path = "/tmp/test-path_existsglobFOOBAR"; in test_path_existsglob() local
177 assert_se(touch(test_path) >= 0); in test_path_existsglob()
186 assert_se(rm_rf(test_path, REMOVE_ROOT|REMOVE_PHYSICAL) == 0); in test_path_existsglob()
195 const char *test_path = "/tmp/test-path_changed"; in test_path_changed() local
212 assert_se(touch(test_path) >= 0); in test_path_changed()
[all …]