Commit 800217f8 authored by Ian Lance Taylor's avatar Ian Lance Taylor

net: fix test for Solaris: gopher and http are not in /etc/services.

R=rsc, dsymonds
CC=golang-dev
https://golang.org/cl/4250063
parent 89930bda
......@@ -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},
......
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