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{ DialErrorTest{
"tcp", "", "no-such-name:80", "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{ DialErrorTest{
"tcp", "", "mh/astro/r70:http", "tcp", "", "mh/astro/r70:http",