]> Cypherpunks repositories - gostls13.git/commitdiff
test: skip SIGCHLD test on Plan 9
authorDavid du Colombier <0intro@gmail.com>
Wed, 29 Jan 2014 08:28:23 +0000 (09:28 +0100)
committerDavid du Colombier <0intro@gmail.com>
Wed, 29 Jan 2014 08:28:23 +0000 (09:28 +0100)
LGTM=bradfitz
R=jas, mikioh.mikioh, bradfitz
CC=golang-codereviews
https://golang.org/cl/51200045

test/sigchld.go

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