mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 08:44:17 -04:00
Remove duplicated TempFile testsuit (#2508)
This commit is contained in:
@@ -3,13 +3,15 @@ package test
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/coredns/coredns/plugin/test"
|
||||
|
||||
"github.com/miekg/dns"
|
||||
)
|
||||
|
||||
func TestZoneSRVAdditional(t *testing.T) {
|
||||
t.Parallel()
|
||||
|
||||
name, rm, err := TempFile(".", exampleOrg)
|
||||
name, rm, err := test.TempFile(".", exampleOrg)
|
||||
if err != nil {
|
||||
t.Fatalf("Failed to create zone: %s", err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user