summaryrefslogtreecommitdiff
path: root/test/system/410-selinux.bats
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-08-05 04:14:22 +0200
committerGitHub <noreply@github.com>2020-08-05 04:14:22 +0200
commit6260677012080aa6aa52ead7ec54261d8d6017a0 (patch)
tree91c2b997d41f36a67e9bce944bead5916b58da56 /test/system/410-selinux.bats
parent0a3f3c94f86a2539d4a0f98a782702b3809b3006 (diff)
parenta0fb08100391f27c283e0bf62e5663222066b6bf (diff)
downloadpodman-6260677012080aa6aa52ead7ec54261d8d6017a0.tar.gz
podman-6260677012080aa6aa52ead7ec54261d8d6017a0.tar.bz2
podman-6260677012080aa6aa52ead7ec54261d8d6017a0.zip
Merge pull request #7224 from rhatdan/remove
Handle podman-remote run --rm
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.