From 6648bb2d69710600eaa86073b6996b872e1b0179 Mon Sep 17 00:00:00 2001 From: ian Date: Mon, 11 Nov 2013 19:41:00 +0000 Subject: os: Do not try to run go command in test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@204684 138bc75d-0d04-0410-961f-82ee72b054a4 --- libgo/go/os/os_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'libgo') diff --git a/libgo/go/os/os_test.go b/libgo/go/os/os_test.go index 972df364ae7..882e3da1517 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) -- cgit v1.2.1