test: skip SIGCHLD test on Plan 9

LGTM=bradfitz
R=jas, mikioh.mikioh, bradfitz
CC=golang-codereviews
https://golang.org/cl/51200045
This commit is contained in:
David du Colombier 2014-01-29 09:28:23 +01:00
parent 731e6f7d1d
commit 45893ebdb8

View file

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