Browse Source
When using Command.Env, if you send nil as a value, it will use all of the environment variables from os.Environ() when executing the command. In order to not break the current tests and be coherent with the current relationship, we are appending the created environment variables with os.Environ() only when we have at least 1 environment variable to override.pull/94/head
Caio Quirino da Silva
6 years ago
committed by
GitHub
1 changed files with 4 additions and 1 deletions
Loading…
Reference in new issue