summaryrefslogtreecommitdiff
path: root/test/e2e/attach_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/e2e/attach_test.go')
-rw-r--r--test/e2e/attach_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/e2e/attach_test.go b/test/e2e/attach_test.go
index afe324e9c..26e07b5dd 100644
--- a/test/e2e/attach_test.go
+++ b/test/e2e/attach_test.go
@@ -45,11 +45,11 @@ var _ = Describe("Podman attach", func() {
})
It("podman attach to multiple containers", func() {
- session := podmanTest.RunSleepContainer("test1")
+ session := podmanTest.RunTopContainer("test1")
session.WaitWithDefaultTimeout()
Expect(session.ExitCode()).To(Equal(0))
- session = podmanTest.RunSleepContainer("test2")
+ session = podmanTest.RunTopContainer("test2")
session.WaitWithDefaultTimeout()
Expect(session.ExitCode()).To(Equal(0))