summaryrefslogtreecommitdiff
path: root/test/sigchld.go
diff options
context:
space:
mode:
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 25625a6f4..a60d28dea 100644
--- a/test/sigchld.go
+++ b/test/sigchld.go
@@ -1,5 +1,5 @@
-// [ "$GOOS" == windows ] ||
-// ($G $D/$F.go && $L $F.$A && ./$A.out 2>&1 | cmp - $D/$F.out)
+// +build !windows
+// cmpout
// Copyright 2009 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style