cmd/go: fix non-script staleness checks interacting badly with GOFLAGS

This commit is contained in:
Jakub Warczarek 2020-12-12 18:38:11 +01:00
parent 41d8e61a6b
commit b56c0880c3
1 changed files with 1 additions and 0 deletions

View File

@ -216,6 +216,7 @@ func TestMain(m *testing.M) {
}
// Don't let these environment variables confuse the test.
os.Setenv("GOENV", "off")
os.Unsetenv("GOFLAGS")
os.Unsetenv("GOBIN")
os.Unsetenv("GOPATH")
os.Unsetenv("GIT_ALLOW_PROTOCOL")