Skip to content

Commit eaa6163

Browse files
committed
use http service on plan9
Change-Id: Iaf2674302ccbb2e4c69e4d56c337f614c542b31f
1 parent 5ddb777 commit eaa6163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/net/lookup_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1476,7 +1476,7 @@ func TestLookupPortNotFound(t *testing.T) {
14761476
var tcpOnlyService = func() string {
14771477
// plan9 does not have submissions service defined in the service database.
14781478
if runtime.GOOS == "plan9" {
1479-
return "smtps"
1479+
return "https"
14801480
}
14811481
return "submissions"
14821482
}()

0 commit comments

Comments
 (0)