diff options
Diffstat (limited to 'test/proxy_test.go')
-rw-r--r-- | test/proxy_test.go | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/test/proxy_test.go b/test/proxy_test.go index 50e5dae46..fd7410026 100644 --- a/test/proxy_test.go +++ b/test/proxy_test.go @@ -17,9 +17,8 @@ func TestLookupProxy(t *testing.T) { defer rm() corefile := `example.org:0 { - file ` + name + ` -} -` + file ` + name + ` + }` i, udp, _, err := CoreDNSServerAndPorts(corefile) if err != nil { @@ -54,9 +53,8 @@ func BenchmarkProxyLookup(b *testing.B) { defer rm() corefile := `example.org:0 { - file ` + name + ` -} -` + file ` + name + ` + }` i, err := CoreDNSServer(corefile) if err != nil { |