diff --git a/src/cmd/go/go_test.go b/src/cmd/go/go_test.go index 66354f7ff5..53027b7ccb 100644 --- a/src/cmd/go/go_test.go +++ b/src/cmd/go/go_test.go @@ -1044,6 +1044,7 @@ func TestGetGitDefaultBranch(t *testing.T) { func TestAccidentalGitCheckout(t *testing.T) { testenv.MustHaveExternalNetwork(t) testenv.MustHaveExecPath(t, "git") + testenv.MustHaveExecPath(t, "svn") tg := testgo(t) defer tg.cleanup()