From eb47f18904bc0ec0556a217beb0ae15a4a2d9b11 Mon Sep 17 00:00:00 2001
From: Ian Lance Taylor <ian@gcc.gnu.org>
Date: Mon, 11 Nov 2013 19:41:00 +0000
Subject: [PATCH] os: Do not try to run go command in test.

From-SVN: r204684
---
 libgo/go/os/os_test.go | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libgo/go/os/os_test.go b/libgo/go/os/os_test.go
index 972df364ae79..882e3da1517d 100644
--- a/libgo/go/os/os_test.go
+++ b/libgo/go/os/os_test.go
@@ -1142,6 +1142,7 @@ func TestReadAtEOF(t *testing.T) {
 }
 
 func testKillProcess(t *testing.T, processKiller func(p *Process)) {
+	t.Skip("gccgo does not have a go command")
 	dir, err := ioutil.TempDir("", "go-build")
 	if err != nil {
 		t.Fatalf("Failed to create temp directory: %v", err)
-- 
GitLab