summaryrefslogtreecommitdiff
path: root/test/e2e
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-11-18 15:10:09 +0100
committerGitHub <noreply@github.com>2019-11-18 15:10:09 +0100
commit741b90c2b95c533f2ee5669ae1d3b2a93c8129ce (patch)
tree60ecc8e4d61089cd1ef31ac9c6926465102158d8 /test/e2e
parentdb32ed1ae8374aac9c4058607ad9cf294505c952 (diff)
parentbf62f9a5cfb4319aa9b0f25b57b3f63e4b965672 (diff)
downloadpodman-741b90c2b95c533f2ee5669ae1d3b2a93c8129ce.tar.gz
podman-741b90c2b95c533f2ee5669ae1d3b2a93c8129ce.tar.bz2
podman-741b90c2b95c533f2ee5669ae1d3b2a93c8129ce.zip
Merge pull request #4502 from vrothberg/fix-3359
history: rewrite mappings
Diffstat (limited to 'test/e2e')
-rw-r--r--test/e2e/images_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/e2e/images_test.go b/test/e2e/images_test.go
index e125c62b4..80e6d4444 100644
--- a/test/e2e/images_test.go
+++ b/test/e2e/images_test.go
@@ -360,7 +360,6 @@ LABEL "com.example.vendor"="Example Vendor"
session.WaitWithDefaultTimeout()
Expect(session.ExitCode()).To(Equal(0))
output = session.OutputToString()
- Expect(output).To(Not(MatchRegexp("<missing>")))
Expect(output).To(Not(MatchRegexp("error")))
session = podmanTest.Podman([]string{"history", "--quiet", "foo"})