Fix podman cp tests

Signed-off-by: Matthew Heon <matthew.heon@pm.me>
This commit is contained in:
Matthew Heon
2019-05-30 10:53:52 -04:00
parent 57d4093979
commit 5a07311d9e

View File

@@ -174,7 +174,7 @@ var _ = Describe("Podman cp", func() {
session.WaitWithDefaultTimeout()
Expect(session.ExitCode()).To(Equal(0))
session = podmanTest.Podman([]string{"cp", srcPath, name + ":/test"})
session = podmanTest.Podman([]string{"cp", "--pause=false", srcPath, name + ":/test"})
session.WaitWithDefaultTimeout()
Expect(session.ExitCode()).To(Equal(0))