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)