diff options
Diffstat (limited to 'test/auto_test.go')
-rw-r--r-- | test/auto_test.go | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/auto_test.go b/test/auto_test.go index f7e5faecd..3dd0fdf79 100644 --- a/test/auto_test.go +++ b/test/auto_test.go @@ -120,7 +120,9 @@ func TestAutoAXFR(t *testing.T) { auto { directory ` + tmpdir + ` db\.(.*) {1} reload 1s - transfer to * + } + transfer { + to * } }` |