diff options
Diffstat (limited to 'test/sigchld.go')
-rw-r--r-- | test/sigchld.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/sigchld.go b/test/sigchld.go index 1fb2e21bd..e7c3d5abb 100644 --- a/test/sigchld.go +++ b/test/sigchld.go @@ -1,4 +1,5 @@ -// $G $D/$F.go && $L $F.$A && ./$A.out +// [ "$GOOS" == windows ] || +// ($G $D/$F.go && $L $F.$A && ./$A.out 2>&1 | cmp - $D/$F.out) // Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style |