diff options
-rw-r--r-- | src/pkg/net/net_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/net/net_test.go b/src/pkg/net/net_test.go index cafca3c98..6756ee86f 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", |