Searched refs:test_path (Results 1 – 1 of 1) sorted by relevance
42 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() local143 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() local177 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() local212 assert_se(touch(test_path) >= 0); in test_path_changed()[all …]