summaryrefslogtreecommitdiff
path: root/test/sigchld.go
diff options
context:
space:
mode:
authorDavid du Colombier <0intro@gmail.com>2014-01-29 09:28:23 +0100
committerDavid du Colombier <0intro@gmail.com>2014-01-29 09:28:23 +0100
commit368007083228f3e26d081ccb61d18f0339e5e675 (patch)
treed96333a7892563e97aae918822a9756ea342820a /test/sigchld.go
parent80b07ba9334ba7e838dc8510fff80e1bcfa882fe (diff)
downloadgo-368007083228f3e26d081ccb61d18f0339e5e675.tar.gz
test: skip SIGCHLD test on Plan 9
LGTM=bradfitz R=jas, mikioh.mikioh, bradfitz CC=golang-codereviews https://codereview.appspot.com/51200045
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 a60d28dea..38437e552 100644
--- a/test/sigchld.go
+++ b/test/sigchld.go
@@ -1,4 +1,4 @@
-// +build !windows
+// +build !plan9,!windows
// cmpout
// Copyright 2009 The Go Authors. All rights reserved.