mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-30 04:07:53 +00:00
On macOS NewImageRuntimeFromOptions fails with chown EPERM because the "vfs" driver tries to chown its home to root:root 0700; in fact running as root seems to be a generic requirement. So, skip the tests if not running as root. (This could maybe benefit from an extra state, maybe an environment variable like RUNNING_IN_CI, to make sure the tests are actually run often enough.) Signed-off-by: Miloslav Trmač <mitr@redhat.com> Closes: #1115 Approved by: rhatdan |
||
|---|---|---|
| .. | ||
| docker_registry_options.go | ||
| filters.go | ||
| image.go | ||
| image_test.go | ||
| parts.go | ||
| parts_test.go | ||
| pull.go | ||
| pull_test.go | ||
| signing_options.go | ||
| utils.go | ||