aboutsummaryrefslogtreecommitdiff
path: root/test/sigchld.go
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2011-09-26 13:11:22 -0400
committerRuss Cox <rsc@golang.org>2011-09-26 13:11:22 -0400
commit0b09a56a64ecd761258dd7f2046d72a64f32b25b (patch)
tree9c4c2e90de6e60dcded060960ca01571fa6aec43 /test/sigchld.go
parent92703ff6053992f6ce1630e562afaa8eda88ba4f (diff)
downloadgo-0b09a56a64ecd761258dd7f2046d72a64f32b25b.tar.gz
go-0b09a56a64ecd761258dd7f2046d72a64f32b25b.zip
test: disable sigchld test on Windows
Alex Brainman reports that this is the only test that keeps us from running test/run. R=alex.brainman, lucio.dere, bradfitz, hectorchu CC=golang-dev https://golang.org/cl/4777043
Diffstat (limited to 'test/sigchld.go')
-rw-r--r--test/sigchld.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/sigchld.go b/test/sigchld.go
index 1fb2e21bd5..25bccab72a 100644
--- a/test/sigchld.go
+++ b/test/sigchld.go
@@ -1,3 +1,4 @@
+// [ "$GOOS" = windows ] ||
// $G $D/$F.go && $L $F.$A && ./$A.out
// Copyright 2009 The Go Authors. All rights reserved.