diff --git a/libgo/go/os/os_test.go b/libgo/go/os/os_test.go
index 972df364ae79f6a5f592603784efb7c85057b477..882e3da1517d800289daf368ac09a317bc4bad5c 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)