diff options
author | Ed Santiago <santiago@redhat.com> | 2019-10-02 06:22:36 -0600 |
---|---|---|
committer | Ed Santiago <santiago@redhat.com> | 2019-10-02 06:22:36 -0600 |
commit | 6c0b5a2fab1618d8cc36a107edb3f3ad8b3b0cf6 (patch) | |
tree | 776a01c2b2b8958a3d15541615cec9aef359bfb5 /test/system/065-cp.bats | |
parent | 32a2ce8fc0eb590140cad81cf0ca9adf2daa5651 (diff) | |
download | podman-6c0b5a2fab1618d8cc36a107edb3f3ad8b3b0cf6.tar.gz podman-6c0b5a2fab1618d8cc36a107edb3f3ad8b3b0cf6.tar.bz2 podman-6c0b5a2fab1618d8cc36a107edb3f3ad8b3b0cf6.zip |
system tests: reenable skipped tests
Issue #3829 (cp symlinks) has been fixed: enable tests for it
And, it looks like podman-remote is now handling exit status
of a force-rm'ed container. Enable that test too.
Signed-off-by: Ed Santiago <santiago@redhat.com>
Diffstat (limited to 'test/system/065-cp.bats')
-rw-r--r-- | test/system/065-cp.bats | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/system/065-cp.bats b/test/system/065-cp.bats index 38660a13c..0701055f9 100644 --- a/test/system/065-cp.bats +++ b/test/system/065-cp.bats @@ -38,7 +38,6 @@ load helpers # into host-only space. Try to podman-cp that symlink. It should fail. @test "podman cp - will not recognize symlink pointing into host space" { skip_if_remote "podman-remote does not yet handle cp" - skip "BROKEN: PLEASE ENABLE ONCE #3829 GETS FIXED" srcdir=$PODMAN_TMPDIR/cp-test-in dstdir=$PODMAN_TMPDIR/cp-test-out @@ -69,7 +68,6 @@ load helpers # this invalid double symlink. It must fail. @test "podman cp - will not expand globs in host space (#3829)" { skip_if_remote "podman-remote does not yet handle cp" - skip "BROKEN: PLEASE ENABLE ONCE #3829 GETS FIXED" srcdir=$PODMAN_TMPDIR/cp-test-in dstdir=$PODMAN_TMPDIR/cp-test-out |