summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/e2e/diff_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/e2e/diff_test.go b/test/e2e/diff_test.go
index 80647c6f5..c5bb80c40 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() {