From 17377ab6510837db1a1df6d8547cb9c921f300f2 Mon Sep 17 00:00:00 2001 From: Alex Brainman Date: Wed, 13 Feb 2013 13:19:06 +1100 Subject: [PATCH] os: do not use hosts file for windows tests Not everyone has the file (http://golang.org/issue/4723#c4). Update #4723. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/7311091 --- src/pkg/os/os_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pkg/os/os_test.go b/src/pkg/os/os_test.go index ba914a2c48..29706015d1 100644 --- a/src/pkg/os/os_test.go +++ b/src/pkg/os/os_test.go @@ -41,7 +41,6 @@ var sysdir = func() (sd *sysDir) { sd = &sysDir{ Getenv("SystemRoot") + "\\system32\\drivers\\etc", []string{ - "hosts", "networks", "protocol", "services", -- 2.48.1