Searched refs:systemd_unit_path (Results 1 - 1 of 1) sorted by relevance

/systemd/src/test/
H A Dtest-path-lookup.c34 char *exists, *not, *systemd_unit_path; local
48 systemd_unit_path = strjoina(template, "/systemd-unit-path");
49 assert_se(setenv("SYSTEMD_UNIT_PATH", systemd_unit_path, 1) == 0);
52 assert_se(streq(lp_with_env.unit_path[0], systemd_unit_path));

Completed in 17 milliseconds