From 358f84ad39048729454f343c3bf0987188d7b167 Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Thu, 15 Mar 2018 16:21:12 -0400 Subject: Fix E2E tests Signed-off-by: Matthew Heon Closes: #503 Approved by: rhatdan --- test/e2e/restart_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/e2e') diff --git a/test/e2e/restart_test.go b/test/e2e/restart_test.go index 683952d45..b624f9c8f 100644 --- a/test/e2e/restart_test.go +++ b/test/e2e/restart_test.go @@ -71,7 +71,7 @@ var _ = Describe("Podman restart", func() { _, exitCode, _ := podmanTest.RunLsContainer("test1") Expect(exitCode).To(Equal(0)) - _, exitCode, _ := podmanTest.RunLsContainer("test2") + _, exitCode, _ = podmanTest.RunLsContainer("test2") Expect(exitCode).To(Equal(0)) session := podmanTest.Podman([]string{"restart", "test1", "test2"}) -- cgit v1.2.3-54-g00ecf