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:
parent
be5deb93fb
commit
17377ab651
@ -41,7 +41,6 @@ var sysdir = func() (sd *sysDir) {
|
||||
sd = &sysDir{
|
||||
Getenv("SystemRoot") + "\\system32\\drivers\\etc",
|
||||
[]string{
|
||||
"hosts",
|
||||
"networks",
|
||||
"protocol",
|
||||
"services",
|
||||
|
Loading…
Reference in New Issue
Block a user