]> Cypherpunks repositories - gostls13.git/commitdiff
net: fix test for Solaris: gopher and http are not in /etc/services.
authorIan Lance Taylor <iant@golang.org>
Mon, 7 Mar 2011 23:31:41 +0000 (15:31 -0800)
committerIan Lance Taylor <iant@golang.org>
Mon, 7 Mar 2011 23:31:41 +0000 (15:31 -0800)
R=rsc, dsymonds
CC=golang-dev
https://golang.org/cl/4250063

src/pkg/net/port_test.go

index 1b7eaf2312dab70e56d986a82e1e3fc049675b35..329b169f3492d3a5ab42e470def031824492f013 100644 (file)
@@ -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},