Commit 17377ab6 authored by Alex Brainman's avatar Alex Brainman

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
parent be5deb93
...@@ -41,7 +41,6 @@ var sysdir = func() (sd *sysDir) { ...@@ -41,7 +41,6 @@ var sysdir = func() (sd *sysDir) {
sd = &sysDir{ sd = &sysDir{
Getenv("SystemRoot") + "\\system32\\drivers\\etc", Getenv("SystemRoot") + "\\system32\\drivers\\etc",
[]string{ []string{
"hosts",
"networks", "networks",
"protocol", "protocol",
"services", "services",
......
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