mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #13416 from Microsoft/10662-fixintegrationtests
Windows: Pass temp environment through
This commit is contained in:
commit
37cc42ee0e
1 changed files with 1 additions and 0 deletions
|
@ -219,6 +219,7 @@ test_env() {
|
||||||
GOPATH="$GOPATH" \
|
GOPATH="$GOPATH" \
|
||||||
HOME="$DEST/fake-HOME" \
|
HOME="$DEST/fake-HOME" \
|
||||||
PATH="$PATH" \
|
PATH="$PATH" \
|
||||||
|
TEMP="$TEMP" \
|
||||||
TEST_DOCKERINIT_PATH="$TEST_DOCKERINIT_PATH" \
|
TEST_DOCKERINIT_PATH="$TEST_DOCKERINIT_PATH" \
|
||||||
"$@"
|
"$@"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue