mirror of
https://github.com/golang/go
synced 2024-11-21 19:24:45 -07:00
net: drop non-RHEL-4.6 ports from test
Fixes #610. R=adg CC=golang-dev https://golang.org/cl/1006044
This commit is contained in:
parent
01fc062496
commit
dc606a20ce
@ -33,7 +33,6 @@ var porttests = []portTest{
|
||||
portTest{"tcp", "http", 80, true},
|
||||
|
||||
portTest{"udp", "echo", 7, true},
|
||||
portTest{"udp", "tacacs", 49, true},
|
||||
portTest{"udp", "tftp", 69, true},
|
||||
portTest{"udp", "bootpc", 68, true},
|
||||
portTest{"udp", "bootps", 67, true},
|
||||
@ -41,7 +40,6 @@ var porttests = []portTest{
|
||||
portTest{"udp", "ntp", 123, true},
|
||||
portTest{"udp", "snmp", 161, true},
|
||||
portTest{"udp", "syslog", 514, true},
|
||||
portTest{"udp", "nfs", 2049, true},
|
||||
|
||||
portTest{"--badnet--", "zzz", 0, false},
|
||||
portTest{"tcp", "--badport--", 0, false},
|
||||
|
Loading…
Reference in New Issue
Block a user