Commit 6e4ddc68 authored by Mikio Hara's avatar Mikio Hara

net: move hosts testdata to testdata folder

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5687052
parent 6ba77ecb
......@@ -34,7 +34,7 @@ var hosttests = []hostTest{
func TestLookupStaticHost(t *testing.T) {
p := hostsPath
hostsPath = "hosts_testdata"
hostsPath = "testdata/hosts"
for i := 0; i < len(hosttests); i++ {
tt := hosttests[i]
ips := lookupStaticHost(tt.host)
......
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