aboutsummaryrefslogtreecommitdiff
path: root/plugin/file/include_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/file/include_test.go')
-rw-r--r--plugin/file/include_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugin/file/include_test.go b/plugin/file/include_test.go
index fad91df5c..490f05a30 100644
--- a/plugin/file/include_test.go
+++ b/plugin/file/include_test.go
@@ -10,7 +10,6 @@ import (
// Make sure the external miekg/dns dependency is up to date
func TestInclude(t *testing.T) {
-
name, rm, err := test.TempFile(".", "foo\tIN\tA\t127.0.0.1\n")
if err != nil {
t.Fatalf("Unable to create tmpfile %q: %s", name, err)