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

/systemd/src/test/
H A Dtest-path-lookup.c32 _cleanup_lookup_paths_free_ LookupPaths lp_without_env = {}; local
42 assert_se(lookup_paths_init(&lp_without_env, running_as, personal, NULL, exists, not, not) == 0);
44 assert_se(!strv_isempty(lp_without_env.unit_path));
45 assert_se(strv_contains(lp_without_env.unit_path, exists));
46 assert_se(strv_contains(lp_without_env.unit_path, not));

Completed in 192 milliseconds