]> Cypherpunks repositories - gostls13.git/commit
net/http/cgi: make tests compile on plan9
authorBrad Fitzpatrick <bradfitz@golang.org>
Mon, 25 Feb 2013 21:27:15 +0000 (13:27 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 25 Feb 2013 21:27:15 +0000 (13:27 -0800)
commite3ed4cace07150cd766dd81d3dfbadffd2cde7b3
tree9c6fdf02532c986686700f15e8589647d251b11b
parentaa3efb28f02924a451f2c519794cc473b15b7559
net/http/cgi: make tests compile on plan9

Don't reference the non-portable syscall.Signal(0).

Maybe they'll pass too. Untested. plan9 bit from
Akshat Kumar.

R=golang-dev, akumar
CC=golang-dev
https://golang.org/cl/7370049
src/pkg/net/http/cgi/host_test.go
src/pkg/net/http/cgi/plan9_test.go [new file with mode: 0644]
src/pkg/net/http/cgi/posix_test.go [new file with mode: 0644]