aboutsummaryrefslogtreecommitdiff
path: root/test/sigchld.go
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2011-09-27 09:13:00 -0400
committerRuss Cox <rsc@golang.org>2011-09-27 09:13:00 -0400
commita1a3acbd956b5a70d644d21d1c36b31ae88c6c03 (patch)
tree6c63fbda4d704c3a7460594fcfd9642aa95083af /test/sigchld.go
parent45301ba8c04cca3501d2324a7e30481e3ce022c0 (diff)
downloadgo-a1a3acbd956b5a70d644d21d1c36b31ae88c6c03.tar.gz
go-a1a3acbd956b5a70d644d21d1c36b31ae88c6c03.zip
test: fix windows build
TBR=bradfitz CC=golang-dev https://golang.org/cl/5124049
Diffstat (limited to 'test/sigchld.go')
-rw-r--r--test/sigchld.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/sigchld.go b/test/sigchld.go
index 25bccab72a..74d428efc2 100644
--- a/test/sigchld.go
+++ b/test/sigchld.go
@@ -1,5 +1,5 @@
-// [ "$GOOS" = windows ] ||
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// ([ "$GOOS" = windows ] && echo survived SIGCHLD) ||
+// ($G $D/$F.go && $L $F.$A && ./$A.out)
// Copyright 2009 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style