diff options
Diffstat (limited to 'test/file_cname_proxy_test.go')
-rw-r--r-- | test/file_cname_proxy_test.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/file_cname_proxy_test.go b/test/file_cname_proxy_test.go index b0adcf203..6d086e091 100644 --- a/test/file_cname_proxy_test.go +++ b/test/file_cname_proxy_test.go @@ -1,8 +1,6 @@ package test import ( - "io/ioutil" - "log" "testing" "github.com/coredns/coredns/plugin/proxy" @@ -14,7 +12,6 @@ import ( func TestZoneExternalCNAMELookupWithoutProxy(t *testing.T) { t.Parallel() - log.SetOutput(ioutil.Discard) name, rm, err := TempFile(".", exampleOrg) if err != nil { @@ -48,7 +45,6 @@ func TestZoneExternalCNAMELookupWithoutProxy(t *testing.T) { func TestZoneExternalCNAMELookupWithProxy(t *testing.T) { t.Parallel() - log.SetOutput(ioutil.Discard) name, rm, err := TempFile(".", exampleOrg) if err != nil { |