diff --git a/test/e2e/diff_test.go b/test/e2e/diff_test.go index 80647c6f59..c5bb80c40e 100644 --- a/test/e2e/diff_test.go +++ b/test/e2e/diff_test.go @@ -149,7 +149,7 @@ RUN echo test session := podmanTest.Podman([]string{"image", "diff", ALPINE, ALPINE}) session.WaitWithDefaultTimeout() Expect(session).Should(Exit(0)) - Expect(len(session.OutputToStringArray())).To(BeNumerically("==", 0)) + Expect(session.OutputToStringArray()).To(BeEmpty()) }) It("podman diff container and image with same name", func() {