mirror of
https://github.com/containers/podman.git
synced 2026-09-18 00:49:14 -04:00
The unit tests currently require running as root. This has caused some confusion that justifies adding a root check to `make localunit` and error out for non-root users instead of starting the tests deemed to fail. Signed-off-by: Valentin Rothberg <rothberg@redhat.com>