1
0
mirror of https://github.com/golang/go synced 2024-09-24 09:30:13 -06:00

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.