]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
os: Do not try to run go command in test.
authorIan Lance Taylor <ian@gcc.gnu.org>
Mon, 11 Nov 2013 19:41:00 +0000 (19:41 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Mon, 11 Nov 2013 19:41:00 +0000 (19:41 +0000)
From-SVN: r204684

libgo/go/os/os_test.go

index 972df364ae79f6a5f592603784efb7c85057b477..882e3da1517d800289daf368ac09a317bc4bad5c 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)