aboutsummaryrefslogtreecommitdiff
path: root/internal/stdlib/stdlib_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/stdlib/stdlib_test.go')
-rw-r--r--internal/stdlib/stdlib_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/stdlib/stdlib_test.go b/internal/stdlib/stdlib_test.go
index 3363e5c3..7917e1ea 100644
--- a/internal/stdlib/stdlib_test.go
+++ b/internal/stdlib/stdlib_test.go
@@ -404,6 +404,7 @@ func TestVersionMatchesHash(t *testing.T) {
func TestResolveSupportedBranches(t *testing.T) {
testenv.MustHaveExternalNetwork(t) // ResolveSupportedBranches accesses the go repo at go.googlesource.com
+ testenv.MustHaveExecPath(t, "git") // ResolveSupportedBranches uses the git command to do so.
got, err := ResolveSupportedBranches()
if err != nil {