net: pass tests on Plan 9 again

R=golang-dev
CC=golang-dev
https://golang.org/cl/6280045
This commit is contained in:
Fazlul Shahriar 2012-06-06 18:38:56 -04:00 committed by Russ Cox
parent ede6718cd7
commit 42a76efc92
10 changed files with 48 additions and 42 deletions

View file

@ -130,7 +130,7 @@ func TestSelfConnect(t *testing.T) {
n = 1000
}
switch runtime.GOOS {
case "darwin", "freebsd", "netbsd", "openbsd", "windows":
case "darwin", "freebsd", "netbsd", "openbsd", "plan9", "windows":
// Non-Linux systems take a long time to figure
// out that there is nothing listening on localhost.
n = 100