diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-10-17 15:21:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-17 15:21:56 +0200 |
commit | d7cbcfadd07e9c79831e51de294b307b00292d49 (patch) | |
tree | 3beb54ca1575600d2d47d1b0aa552513fee40cb6 /vendor | |
parent | 392846c23a83888be4be817dcb872794090d298d (diff) | |
parent | 60d0be17fc55404929ad24d861f318968997458f (diff) | |
download | podman-d7cbcfadd07e9c79831e51de294b307b00292d49.tar.gz podman-d7cbcfadd07e9c79831e51de294b307b00292d49.tar.bz2 podman-d7cbcfadd07e9c79831e51de294b307b00292d49.zip |
Merge pull request #4199 from jwhonce/wip/exit_with_error
Refactor tests when checking for error exit codes
Diffstat (limited to 'vendor')
-rw-r--r-- | vendor/modules.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt index 712bfb69a..65a99869e 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -346,12 +346,12 @@ github.com/onsi/ginkgo/internal/specrunner # github.com/onsi/gomega v1.7.0 github.com/onsi/gomega github.com/onsi/gomega/gexec +github.com/onsi/gomega/format github.com/onsi/gomega/internal/assertion github.com/onsi/gomega/internal/asyncassertion github.com/onsi/gomega/internal/testingtsupport github.com/onsi/gomega/matchers github.com/onsi/gomega/types -github.com/onsi/gomega/format github.com/onsi/gomega/gbytes github.com/onsi/gomega/internal/oraclematcher github.com/onsi/gomega/matchers/support/goraph/bipartitegraph |