From: Russ Cox Date: Tue, 27 Sep 2011 13:13:00 +0000 (-0400) Subject: test: fix windows build X-Git-Tag: weekly.2011-10-06~84 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=a1a3acbd956b5a70d644d21d1c36b31ae88c6c03;p=gostls13.git test: fix windows build TBR=bradfitz CC=golang-dev https://golang.org/cl/5124049 --- 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