mirror of
https://github.com/containers/podman.git
synced 2025-12-02 02:58:03 +08:00
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user