Skip to content
This repository was archived by the owner on Feb 8, 2021. It is now read-only.

Commit a0b1484

Browse files
authored
Merge pull request #243 from Jimmy-Xu/fix-testcase-run
fix TestCliRunEnvironmentOverride
2 parents 860cca2 + aa1be17 commit a0b1484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-cli/docker_utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1771,7 +1771,7 @@ func appendBaseEnv(env []string) []string {
17711771
preserveList := []string{
17721772
// preserve remote test host
17731773
"DOCKER_HOST",
1774-
1774+
"HYPER_CONFIG",
17751775
// windows: requires preserving SystemRoot, otherwise dial tcp fails
17761776
// with "GetAddrInfoW: A non-recoverable error occurred during a database lookup."
17771777
"SystemRoot",

0 commit comments

Comments
 (0)