aboutsummaryrefslogtreecommitdiff
path: root/test/sigchld.go
diff options
context:
space:
mode:
authorAnthony Martin <ality@pbrane.org>2013-06-04 17:14:53 -0700
committerAnthony Martin <ality@pbrane.org>2013-06-04 17:14:53 -0700
commit8c1b0da0ac0215a29930df35d9d5c67ea3675445 (patch)
treefa32c45896d474ccd2ac8d0e1d20e00c18e8f40c /test/sigchld.go
parentcdfbe00d915d823019fe165c7935a83c2a8dcb5f (diff)
downloadgo-8c1b0da0ac0215a29930df35d9d5c67ea3675445.tar.gz
go-8c1b0da0ac0215a29930df35d9d5c67ea3675445.zip
test: do not run SIGCHLD test on Plan 9
R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/10017045
Diffstat (limited to 'test/sigchld.go')
-rw-r--r--test/sigchld.go2
1 files changed, 1 insertions, 1 deletions
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.