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

/systemd/src/test/
H A Dtest-path-lookup.c33 _cleanup_lookup_paths_free_ LookupPaths lp_with_env = {}; local
50 assert_se(lookup_paths_init(&lp_with_env, running_as, personal, NULL, exists, not, not) == 0);
51 assert_se(strv_length(lp_with_env.unit_path) == 1);
52 assert_se(streq(lp_with_env.unit_path[0], systemd_unit_path));

Completed in 1285 milliseconds