summaryrefslogtreecommitdiff
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
commit06aacca29ff5351cc9818f91224ca0c66e822663 (patch)
tree59e8963436151c59f92073248d29ec0094f6f42d /test/sigchld.go
parent02bf25c81fa3e7764124addb6a936dd17047e6ed (diff)
downloadgo-06aacca29ff5351cc9818f91224ca0c66e822663.tar.gz
test: do not run SIGCHLD test on Plan 9
R=golang-dev, bradfitz CC=golang-dev https://codereview.appspot.com/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 a60d28dea..9024f3995 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.