os: Do not try to run go command in test.
From-SVN: r204684
This commit is contained in:
parent
1e56366733
commit
eb47f18904
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user