mirror of
https://github.com/golang/go
synced 2024-11-19 22:04:44 -07:00
net: fix test for Solaris: gopher and http are not in /etc/services.
R=rsc, dsymonds CC=golang-dev https://golang.org/cl/4250063
This commit is contained in:
parent
89930bda9d
commit
800217f8c5
@ -27,9 +27,7 @@ var porttests = []portTest{
|
||||
{"tcp", "smtp", 25, true},
|
||||
{"tcp", "time", 37, true},
|
||||
{"tcp", "domain", 53, true},
|
||||
{"tcp", "gopher", 70, true},
|
||||
{"tcp", "finger", 79, true},
|
||||
{"tcp", "http", 80, true},
|
||||
|
||||
{"udp", "echo", 7, true},
|
||||
{"udp", "tftp", 69, true},
|
||||
|
Loading…
Reference in New Issue
Block a user