This is just a follow-up to https://github.com/systemd/systemd/pull/12617.
(cherry picked from commit
6bd1457afe396864cc4b9884157a6126027ed85e)
Gbp-Pq: Name tests-skip-test-bpf-only-when-we-re-100-sure-it-s-run-in-.patch
test_setup_logging(LOG_DEBUG);
- if (detect_container())
+ if (detect_container() > 0)
return log_tests_skipped("test-bpf fails inside LXC and Docker containers: https://github.com/systemd/systemd/issues/9666");
assert_se(getrlimit(RLIMIT_MEMLOCK, &rl) >= 0);