From 8c1b0da0ac0215a29930df35d9d5c67ea3675445 Mon Sep 17 00:00:00 2001 From: Anthony Martin Date: Tue, 4 Jun 2013 17:14:53 -0700 Subject: [PATCH] test: do not run SIGCHLD test on Plan 9 R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/10017045 --- test/sigchld.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/sigchld.go b/test/sigchld.go index a60d28deaa..9024f39956 100644 --- a/test/sigchld.go +++ b/test/sigchld.go @@ -1,4 +1,4 @@ -// +build !windows +// +build !windows !plan9 // cmpout // Copyright 2009 The Go Authors. All rights reserved. -- 2.48.1