Searched defs:not (Results 1 - 1 of 1) sorted by relevance
/systemd/src/test/ |
H A D | test-path-lookup.c | 17 along with systemd; If not, see <http://www.gnu.org/licenses/>. 34 char *exists, *not, *systemd_unit_path; local 39 not = strjoina(template, "/not"); 42 assert_se(lookup_paths_init(&lp_without_env, running_as, personal, NULL, exists, not, not) == 0); 46 assert_se(strv_contains(lp_without_env.unit_path, not)); 50 assert_se(lookup_paths_init(&lp_with_env, running_as, personal, NULL, exists, not, not) == 0);
|
Completed in 10 milliseconds