os: Do not try to run go command in test.
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 11 Nov 2013 19:41:00 +0000 (19:41 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 11 Nov 2013 19:41:00 +0000 (19:41 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@204684 138bc75d-0d04-0410-961f-82ee72b054a4

libgo/go/os/os_test.go

index 972df36..882e3da 100644 (file)
@@ -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)