From c1edbe9a109f3c3346f92f5e7e94a6a87f7dde43 Mon Sep 17 00:00:00 2001 From: David Symonds Date: Sun, 5 Jul 2009 15:00:11 -0700 Subject: [PATCH] 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 --- src/pkg/net/net_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.48.1