1
0
mirror of https://github.com/golang/go synced 2024-10-03 06:21:21 -06:00

Remove assumption about google.com being the default search domain.

R=rsc
APPROVED=rsc
DELTA=1  (0 added, 0 deleted, 1 changed)
OCL=31151
CL=31168
This commit is contained in:
David Symonds 2009-07-05 15:00:11 -07:00
parent 6bb3c48d3d
commit c1edbe9a10

View File

@ -37,7 +37,7 @@ var dialErrorTests = []DialErrorTest {
},
DialErrorTest{
"tcp", "", "no-such-name:80",
"dial tcp no-such-name:80: lookup no-such-name.google.com.: no such host",
`dial tcp no-such-name:80: lookup no-such-name\..*\.: no such host`,
},
DialErrorTest{
"tcp", "", "mh/astro/r70:http",