diff options
Diffstat (limited to 'test/ds_file_test.go')
-rw-r--r-- | test/ds_file_test.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/ds_file_test.go b/test/ds_file_test.go index 356fd2b0b..2b2be5795 100644 --- a/test/ds_file_test.go +++ b/test/ds_file_test.go @@ -1,8 +1,6 @@ package test import ( - "io/ioutil" - "log" "testing" "github.com/coredns/coredns/plugin/proxy" @@ -49,8 +47,6 @@ func TestLookupDS(t *testing.T) { } defer i.Stop() - log.SetOutput(ioutil.Discard) - p := proxy.NewLookup([]string{udp}) state := request.Request{W: &mtest.ResponseWriter{}, Req: new(dns.Msg)} |