os: Do not try to run go command in test.

From-SVN: r204684
This commit is contained in:
Ian Lance Taylor 2013-11-11 19:41:00 +00:00
parent 1e56366733
commit eb47f18904

View 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)