mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 14:13:58 +08:00
54904516e6
When running inside a Docker container, systemd is not available. The
new TestFdLeaksSystemd forgot to include the relevant t.Skip section.
Fixes: a7feb42395 ("libct/int: add TestFdLeaksSystemd")
Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>