1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Windows: Pass temp environment through

Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
John Howard 2015-05-22 15:14:22 -07:00
parent 4bcfa47362
commit fba44a7ccf

View file

@ -219,6 +219,7 @@ test_env() {
GOPATH="$GOPATH" \
HOME="$DEST/fake-HOME" \
PATH="$PATH" \
TEMP="$TEMP" \
TEST_DOCKERINIT_PATH="$TEST_DOCKERINIT_PATH" \
"$@"
}