diff options
Diffstat (limited to 'test/e2e/exec_test.go')
-rw-r--r-- | test/e2e/exec_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/e2e/exec_test.go b/test/e2e/exec_test.go index 6c88cf072..95068a774 100644 --- a/test/e2e/exec_test.go +++ b/test/e2e/exec_test.go @@ -41,7 +41,7 @@ var _ = Describe("Podman exec", func() { }) It("podman exec simple command", func() { - setup := podmanTest.RunSleepContainer("test1") + setup := podmanTest.RunTopContainer("test1") setup.WaitWithDefaultTimeout() Expect(setup.ExitCode()).To(Equal(0)) @@ -51,7 +51,7 @@ var _ = Describe("Podman exec", func() { }) It("podman exec simple command using latest", func() { - setup := podmanTest.RunSleepContainer("test1") + setup := podmanTest.RunTopContainer("test1") setup.WaitWithDefaultTimeout() Expect(setup.ExitCode()).To(Equal(0)) |