diff options
Diffstat (limited to 'plugin/file/lookup_test.go')
-rw-r--r-- | plugin/file/lookup_test.go | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/plugin/file/lookup_test.go b/plugin/file/lookup_test.go index 72911ab05..71004397b 100644 --- a/plugin/file/lookup_test.go +++ b/plugin/file/lookup_test.go @@ -95,12 +95,6 @@ var dnsTestCases = []test.Case{ }, Ns: miekAuth, }, - { - Qname: "ent.miek.nl.", Qtype: dns.TypeA, - Ns: []dns.RR{ - test.SOA("miek.nl. 1800 IN SOA linode.atoom.net. miek.miek.nl. 1282630057 14400 3600 604800 14400"), - }, - }, } const ( @@ -199,6 +193,4 @@ www IN CNAME a archive IN CNAME a srv IN SRV 10 10 8080 a.miek.nl. -mx IN MX 10 a.miek.nl. - -test.ent IN A 139.162.196.79` +mx IN MX 10 a.miek.nl.` |