1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-19 22:50:17 +03:00

test-cgroup-util: Skip procs analysis without cgroupfs

cg_pidref_get_path() cannot work (current implementaion) without
cgroupfs (when it checks unified or not setup). Similarly,
cg_pidref_get_unit() assumes all processes are part of a unit. So carry
out the test only when running on a systemd setup.
This commit is contained in:
Michal Koutný 2025-01-17 18:00:25 +01:00
parent ca82f0cbe2
commit b78003c793

View File

@ -198,7 +198,7 @@ TEST(get_paths, .sd_booted = true) {
log_info("Root = %s", a);
}
TEST(proc) {
TEST(proc, .sd_booted = true) {
_cleanup_closedir_ DIR *d = NULL;
int r;