diff --git a/client_test.go b/client_test.go index 0d61ce88..4a70e2c5 100644 --- a/client_test.go +++ b/client_test.go @@ -95,6 +95,10 @@ func TestClientTsigAXFR(t *testing.T) { for { ex := <-c.ReplyChan println(ex.Reply.String()) + println(ex.Error.String()) + if ex.Error != nil { + break + } } /* for {