push
github
test: fix root check for test-bpf-foreign-programs This test requires root, but the check was mistakenly dropped, causing it to fail with an assert when running without root: src/test/test-bpf-foreign-programs.c:308: Assertion failed: expected "test_bpf_cgroup_programs(m, "single_prog.service", single_prog, ELEMENTSOF(single_prog))" to succeed, but got error: Operation not permitted Restore the uid check Follow-up for 22e2f0642
0 of 3 new or added lines in 1 file covered. (0.0%)
176 existing lines in 40 files now uncovered.297455 of 411822 relevant lines covered (72.23%)
704153.97 hits per line