diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-04-11 19:19:23 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-11 19:19:23 -0700 |
commit | e197cb2ff4db0685cd77abf81d4913db51c6d08f (patch) | |
tree | e5245850d7f625d38ca245a1e76c8095de8e38d7 /test/system/400-unprivileged-access.bats | |
parent | e6fd4737ec80b0bbe5e299076e36f29cee112a0a (diff) | |
parent | 7220c166d42273c6e70c4a9df8cc0964987cd57b (diff) | |
download | podman-e197cb2ff4db0685cd77abf81d4913db51c6d08f.tar.gz podman-e197cb2ff4db0685cd77abf81d4913db51c6d08f.tar.bz2 podman-e197cb2ff4db0685cd77abf81d4913db51c6d08f.zip |
Merge pull request #2889 from edsantiago/bats
BATS tests: start supporting podman-remote
Diffstat (limited to 'test/system/400-unprivileged-access.bats')
-rw-r--r-- | test/system/400-unprivileged-access.bats | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/system/400-unprivileged-access.bats b/test/system/400-unprivileged-access.bats index c195d71eb..0358b3beb 100644 --- a/test/system/400-unprivileged-access.bats +++ b/test/system/400-unprivileged-access.bats @@ -7,6 +7,7 @@ load helpers @test "podman container storage is not accessible by unprivileged users" { skip_if_rootless "test meaningless without suid" + skip_if_remote run_podman run --name c_uidmap --uidmap 0:10000:10000 $IMAGE true run_podman run --name c_uidmap_v --uidmap 0:10000:10000 -v foo:/foo $IMAGE true |