golang/tools: v0.46.0: go/packages: propagate PATH in TestConfigEnvDoesNotInheritProcessEnv
The packages.Load call first selects a driver to use. In this case it is invariably going to be the go list command, since GOPACKAGESDRIVER is being set to off in Config.Env. In some environments, such as openbsd/amd64,…