aboutsummaryrefslogtreecommitdiff
path: root/test/file_xfr_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/file_xfr_test.go')
-rw-r--r--test/file_xfr_test.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/file_xfr_test.go b/test/file_xfr_test.go
index 5e4df3a67..b564417f0 100644
--- a/test/file_xfr_test.go
+++ b/test/file_xfr_test.go
@@ -29,11 +29,11 @@ func TestLargeAXFR(t *testing.T) {
defer rm()
corefile := `example.com:0 {
- file ` + name + ` {
- transfer to *
- }
-}
-`
+ file ` + name + ` {
+ transfer to *
+ }
+ }`
+
// Start server, and send an AXFR query to the TCP port. We set the deadline to prevent the test from hanging.
i, _, tcp, err := CoreDNSServerAndPorts(corefile)
if err != nil {