summaryrefslogtreecommitdiff
path: root/test/e2e
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-03-09 14:33:48 +0100
committerGitHub <noreply@github.com>2021-03-09 14:33:48 +0100
commit66ac9426ecebe43c98684ce4231c36721ff87d3a (patch)
treec4951a002a23ff11fe009b877f522f5e88a0ea91 /test/e2e
parent36ec835298d0e33a2f783ceaf4ed19a3b62075f7 (diff)
parent1f2f7e74590090fe8ba68b25f83f2ca08e2f201d (diff)
downloadpodman-66ac9426ecebe43c98684ce4231c36721ff87d3a.tar.gz
podman-66ac9426ecebe43c98684ce4231c36721ff87d3a.tar.bz2
podman-66ac9426ecebe43c98684ce4231c36721ff87d3a.zip
Merge pull request #9630 from vrothberg/cp-rootless-eperms
podman cp: ignore EPERMs in rootless mode
Diffstat (limited to 'test/e2e')
-rw-r--r--test/e2e/cp_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/e2e/cp_test.go b/test/e2e/cp_test.go
index c0fb61544..c0fb3f887 100644
--- a/test/e2e/cp_test.go
+++ b/test/e2e/cp_test.go
@@ -212,7 +212,6 @@ var _ = Describe("Podman cp", func() {
// Copy the root dir "/" of a container to the host.
It("podman cp the root directory from the ctr to an existing directory on the host ", func() {
- SkipIfRootless("cannot copy tty devices in rootless mode")
container := "copyroottohost"
session := podmanTest.RunTopContainer(container)
session.WaitWithDefaultTimeout()