diff options
Diffstat (limited to 'test/chaos_test.go')
-rw-r--r-- | test/chaos_test.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/chaos_test.go b/test/chaos_test.go index 991b6aa85..af5cbdf84 100644 --- a/test/chaos_test.go +++ b/test/chaos_test.go @@ -1,8 +1,6 @@ package test import ( - "io/ioutil" - "log" "testing" // Plug in CoreDNS, needed for AppVersion and AppName in this test. @@ -24,8 +22,6 @@ func TestChaos(t *testing.T) { } defer i.Stop() - log.SetOutput(ioutil.Discard) - m := new(dns.Msg) m.SetQuestion("version.bind.", dns.TypeTXT) m.Question[0].Qclass = dns.ClassCHAOS |