summaryrefslogtreecommitdiff
path: root/test/system/410-selinux.bats
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2020-08-04 16:24:34 -0400
committerDaniel J Walsh <dwalsh@redhat.com>2020-08-04 20:26:34 -0400
commita0fb08100391f27c283e0bf62e5663222066b6bf (patch)
tree5328e9af0b2ea16e7b3529d37597a88352729958 /test/system/410-selinux.bats
parent807efd669802f00a90339bfa43a508505bec4858 (diff)
downloadpodman-a0fb08100391f27c283e0bf62e5663222066b6bf.tar.gz
podman-a0fb08100391f27c283e0bf62e5663222066b6bf.tar.bz2
podman-a0fb08100391f27c283e0bf62e5663222066b6bf.zip
Handle podman-remote run --rm
We need to remove the container after it has exited for podman-remote run --rm commands. If we don't remove this container at this step, we open ourselves up to race conditions. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'test/system/410-selinux.bats')
-rw-r--r--test/system/410-selinux.bats1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/system/410-selinux.bats b/test/system/410-selinux.bats
index c85fb2563..497e29b3e 100644
--- a/test/system/410-selinux.bats
+++ b/test/system/410-selinux.bats
@@ -16,7 +16,6 @@ function check_label() {
# FIXME: it'd be nice to specify the command to run, e.g. 'ls -dZ /',
# but alpine ls (from busybox) doesn't support -Z
run_podman run --rm $args $IMAGE cat -v /proc/self/attr/current
- if is_remote; then sleep 2;fi # FIXME: pending #7119
# FIXME: on some CI systems, 'run --privileged' emits a spurious
# warning line about dup devices. Ignore it.