]> Cypherpunks repositories - gostls13.git/commit
net: fix conf.teardown call in TestGoLookupIPOrderFallbackToFile
authorRuss Cox <rsc@golang.org>
Wed, 5 Jun 2019 16:33:30 +0000 (12:33 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 6 Jun 2019 00:11:40 +0000 (00:11 +0000)
commit4ed2e193bd1609a0f59ea2ec5343b4f106f92f95
treee6e0baaca1a9983f3a5a834e7eff30e9eab0ce78
parentc00ff65d016c07f7feb188ca0458ae3bae0f1532
net: fix conf.teardown call in TestGoLookupIPOrderFallbackToFile

If the test fails, conf.teardown wouldn't be.
It doesn't look like it matters much, but clean up anyway.

Change-Id: I45c18095abfd49422975d061be20cbd971a98f8f
Reviewed-on: https://go-review.googlesource.com/c/go/+/180780
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/net/dnsclient_unix_test.go