Browse Source

Windows: Pass temp environment through

Signed-off-by: John Howard <jhoward@microsoft.com>
John Howard 10 years ago
parent
commit
fba44a7ccf
1 changed files with 1 additions and 0 deletions
  1. 1 0
      hack/make.sh

+ 1 - 0
hack/make.sh

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