1
0
mirror of https://github.com/golang/go synced 2024-10-02 20:41:21 -06: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:
Ian Lance Taylor 2011-03-07 15:31:41 -08:00
parent 89930bda9d
commit 800217f8c5

View File

@ -27,9 +27,7 @@ var porttests = []portTest{
{"tcp", "smtp", 25, true}, {"tcp", "smtp", 25, true},
{"tcp", "time", 37, true}, {"tcp", "time", 37, true},
{"tcp", "domain", 53, true}, {"tcp", "domain", 53, true},
{"tcp", "gopher", 70, true},
{"tcp", "finger", 79, true}, {"tcp", "finger", 79, true},
{"tcp", "http", 80, true},
{"udp", "echo", 7, true}, {"udp", "echo", 7, true},
{"udp", "tftp", 69, true}, {"udp", "tftp", 69, true},