1
0
mirror of https://github.com/golang/go synced 2024-11-23 01:40:03 -07:00

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
This commit is contained in:
Alex Brainman 2013-02-13 13:19:06 +11:00
parent be5deb93fb
commit 17377ab651

View File

@ -41,7 +41,6 @@ var sysdir = func() (sd *sysDir) {
sd = &sysDir{
Getenv("SystemRoot") + "\\system32\\drivers\\etc",
[]string{
"hosts",
"networks",
"protocol",
"services",