test: do not run SIGCHLD test on Plan 9

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/10017045
This commit is contained in:
Anthony Martin 2013-06-04 17:14:53 -07:00
parent cdfbe00d91
commit 8c1b0da0ac

View file

@ -1,4 +1,4 @@
// +build !windows
// +build !windows !plan9
// cmpout
// Copyright 2009 The Go Authors. All rights reserved.