]> Cypherpunks repositories - gostls13.git/commitdiff
test: fix windows build
authorRuss Cox <rsc@golang.org>
Tue, 27 Sep 2011 13:13:00 +0000 (09:13 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 27 Sep 2011 13:13:00 +0000 (09:13 -0400)
TBR=bradfitz
CC=golang-dev
https://golang.org/cl/5124049

test/sigchld.go

index 25bccab72a9e958a69faafd3f3874dd693539c0f..74d428efc266cb59f8eff2b3fcdd49c690a186ee 100644 (file)
@@ -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