tests/run-tests.py
branchstable
changeset 895 1a9cd0b534a0
parent 882 c3681742c0c7
child 899 97ec5d659039
--- a/tests/run-tests.py	Mon Mar 14 23:11:14 2011 +0100
+++ b/tests/run-tests.py	Fri Mar 25 22:15:37 2011 +0200
@@ -694,7 +694,9 @@
         runner = shtest
 
     # Make a tmp subdirectory to work in
-    testtmp = os.environ["TESTTMP"] = os.path.join(HGTMP, test)
+    testtmp = os.environ["TESTTMP"] = os.environ["HOME"] = \
+        os.path.join(HGTMP, test)
+
     os.mkdir(testtmp)
     os.chdir(testtmp)