From: Anthony Martin Date: Wed, 5 Jun 2013 00:14:53 +0000 (-0700) Subject: test: do not run SIGCHLD test on Plan 9 X-Git-Tag: go1.2rc2~1321 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=8c1b0da0ac0215a29930df35d9d5c67ea3675445;p=gostls13.git test: do not run SIGCHLD test on Plan 9 R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/10017045 --- diff --git a/test/sigchld.go b/test/sigchld.go index a60d28deaa..9024f39956 100644 --- a/test/sigchld.go +++ b/test/sigchld.go @@ -1,4 +1,4 @@ -// +build !windows +// +build !windows !plan9 // cmpout // Copyright 2009 The Go Authors. All rights reserved.