Commit dc606a20 authored by Russ Cox's avatar Russ Cox

net: drop non-RHEL-4.6 ports from test

Fixes #610.

R=adg
CC=golang-dev
https://golang.org/cl/1006044
parent 01fc0624
...@@ -33,7 +33,6 @@ var porttests = []portTest{ ...@@ -33,7 +33,6 @@ var porttests = []portTest{
portTest{"tcp", "http", 80, true}, portTest{"tcp", "http", 80, true},
portTest{"udp", "echo", 7, true}, portTest{"udp", "echo", 7, true},
portTest{"udp", "tacacs", 49, true},
portTest{"udp", "tftp", 69, true}, portTest{"udp", "tftp", 69, true},
portTest{"udp", "bootpc", 68, true}, portTest{"udp", "bootpc", 68, true},
portTest{"udp", "bootps", 67, true}, portTest{"udp", "bootps", 67, true},
...@@ -41,7 +40,6 @@ var porttests = []portTest{ ...@@ -41,7 +40,6 @@ var porttests = []portTest{
portTest{"udp", "ntp", 123, true}, portTest{"udp", "ntp", 123, true},
portTest{"udp", "snmp", 161, true}, portTest{"udp", "snmp", 161, true},
portTest{"udp", "syslog", 514, true}, portTest{"udp", "syslog", 514, true},
portTest{"udp", "nfs", 2049, true},
portTest{"--badnet--", "zzz", 0, false}, portTest{"--badnet--", "zzz", 0, false},
portTest{"tcp", "--badport--", 0, false}, portTest{"tcp", "--badport--", 0, false},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment