summaryrefslogtreecommitdiff
path: root/test/system/075-exec.bats
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-07-30 10:43:12 -0400
committerGitHub <noreply@github.com>2020-07-30 10:43:12 -0400
commit05b3e0e16bbbfede19bc5d817c62598e1ac6fa70 (patch)
tree906f6e8d4ae2c153caac0382cefb9f62bb583058 /test/system/075-exec.bats
parent117043040e18e473f3b2142576303349238a36a7 (diff)
parent84f4b87c2e22afe0375c24936b1e6f15e731ea19 (diff)
downloadpodman-05b3e0e16bbbfede19bc5d817c62598e1ac6fa70.tar.gz
podman-05b3e0e16bbbfede19bc5d817c62598e1ac6fa70.tar.bz2
podman-05b3e0e16bbbfede19bc5d817c62598e1ac6fa70.zip
Merge pull request #7151 from edsantiago/bats
System tests: new system-df and passwd tests
Diffstat (limited to 'test/system/075-exec.bats')
-rw-r--r--test/system/075-exec.bats2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/system/075-exec.bats b/test/system/075-exec.bats
index 945bcfa2d..b2c49510a 100644
--- a/test/system/075-exec.bats
+++ b/test/system/075-exec.bats
@@ -81,8 +81,6 @@ load helpers
# #6829 : add username to /etc/passwd inside container if --userns=keep-id
# #6593 : doesn't actually work with podman exec
@test "podman exec - with keep-id" {
- skip "Please enable once #6593 is fixed"
-
run_podman run -d --userns=keep-id $IMAGE sh -c \
"echo READY;while [ ! -f /stop ]; do sleep 1; done"
cid="$output"