summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2013-11-11 19:41:00 +0000
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2013-11-11 19:41:00 +0000
commit6648bb2d69710600eaa86073b6996b872e1b0179 (patch)
tree2bbaf1762d7325d57f54c68f9c0e55f09a8efd84
parentdf8a33798f75735f2b3f897fc653edb7922b14b7 (diff)
downloadgcc-6648bb2d69710600eaa86073b6996b872e1b0179.tar.gz
os: Do not try to run go command in test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@204684 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--libgo/go/os/os_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgo/go/os/os_test.go b/libgo/go/os/os_test.go
index 972df364ae7..882e3da1517 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)