]> Cypherpunks repositories - gostls13.git/commitdiff
test: do not run SIGCHLD test on Plan 9
authorAnthony Martin <ality@pbrane.org>
Wed, 5 Jun 2013 00:14:53 +0000 (17:14 -0700)
committerAnthony Martin <ality@pbrane.org>
Wed, 5 Jun 2013 00:14:53 +0000 (17:14 -0700)
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/10017045

test/sigchld.go

index a60d28deaab3b049ee5e7fb2adacab8d2ce09fb2..9024f39956adc4a07f98cae102552ba8c62d2527 100644 (file)
@@ -1,4 +1,4 @@
-// +build !windows
+// +build !windows !plan9
 // cmpout
 
 // Copyright 2009 The Go Authors. All rights reserved.