]> Cypherpunks repositories - gostls13.git/commit
cmd/go: skip gitrepo tests on Plan 9
authorDavid du Colombier <0intro@gmail.com>
Fri, 6 Jul 2018 08:46:37 +0000 (10:46 +0200)
committerDavid du Colombier <0intro@gmail.com>
Fri, 6 Jul 2018 14:45:29 +0000 (14:45 +0000)
commitb0155e34241ccd437ba39cc5bdf8c887b5107772
tree8099c5d783bedee14689fd86352f48c83c288a29
parent0268a63ffadb6f56ac25962276ccd7c7b6edca08
cmd/go: skip gitrepo tests on Plan 9

CL 118095 added gitrepo tests. These tests are failing on Plan 9
since they expect a full-featured git command, while the git tool
has been emulated as a simple rc script on Plan 9.

Fixes #25938.

Change-Id: I262a89d0ce83168c550d9af3e832ed3a1e3c43f6
Reviewed-on: https://go-review.googlesource.com/122455
Run-TryBot: David du Colombier <0intro@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/go/internal/modfetch/gitrepo/fetch_test.go