diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-11-18 15:10:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-18 15:10:09 +0100 |
commit | 741b90c2b95c533f2ee5669ae1d3b2a93c8129ce (patch) | |
tree | 60ecc8e4d61089cd1ef31ac9c6926465102158d8 /test | |
parent | db32ed1ae8374aac9c4058607ad9cf294505c952 (diff) | |
parent | bf62f9a5cfb4319aa9b0f25b57b3f63e4b965672 (diff) | |
download | podman-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')
-rw-r--r-- | test/e2e/images_test.go | 1 |
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"}) |