From: David Symonds Date: Sun, 5 Jul 2009 22:00:11 +0000 (-0700) Subject: Remove assumption about google.com being the default search domain. X-Git-Tag: weekly.2009-11-06~1262 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=c1edbe9a109f3c3346f92f5e7e94a6a87f7dde43;p=gostls13.git 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 --- diff --git a/src/pkg/net/net_test.go b/src/pkg/net/net_test.go index cafca3c98d..6756ee86f0 100644 --- a/src/pkg/net/net_test.go +++ b/src/pkg/net/net_test.go @@ -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",