Commit 6cf14746 authored by Miek Gieben's avatar Miek Gieben

small fix

parent a05901f6
......@@ -65,7 +65,7 @@ func TestLookupProxy(t *testing.T) {
func BenchmarkLookupProxy(b *testing.B) {
t := new(testing.T)
name, rm, err := test.TempFile(t, ".", exampleOrg)
name, rm, err := test.TempFile(".", exampleOrg)
if err != nil {
t.Fatalf("failed to created zone: %s", err)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment