diff options
author | Jhon Honce <jhonce@redhat.com> | 2020-05-22 11:43:37 -0700 |
---|---|---|
committer | Jhon Honce <jhonce@redhat.com> | 2020-05-26 10:00:15 -0700 |
commit | 1fb907198f67462aaef553b7b831c7ff72189564 (patch) | |
tree | 5e43539094efcc2474e94e15b882c6c41599467d /test | |
parent | e1193c8703489b8aba5cc093a7339eff6d2559d8 (diff) | |
download | podman-1fb907198f67462aaef553b7b831c7ff72189564.tar.gz podman-1fb907198f67462aaef553b7b831c7ff72189564.tar.bz2 podman-1fb907198f67462aaef553b7b831c7ff72189564.zip |
V2 Fix interface nil checks
Signed-off-by: Jhon Honce <jhonce@redhat.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/e2e/attach_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/e2e/attach_test.go b/test/e2e/attach_test.go index 7233d169c..e9050b53b 100644 --- a/test/e2e/attach_test.go +++ b/test/e2e/attach_test.go @@ -33,7 +33,6 @@ var _ = Describe("Podman attach", func() { podmanTest.Cleanup() f := CurrentGinkgoTestDescription() processTestResult(f) - }) It("podman attach to bogus container", func() { |