changeset 10924:b2860654e588

merge with stable
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Thu, 15 Apr 2010 20:25:26 +0200
parents fa1f5de99fb2 (current diff) 1782278bab8a (diff)
children 4d81cbd8a851
files tests/run-tests.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tests/run-tests.py	Thu Apr 15 19:03:03 2010 +0200
+++ b/tests/run-tests.py	Thu Apr 15 20:25:26 2010 +0200
@@ -855,6 +855,8 @@
     # unset env related to hooks
     for k in os.environ.keys():
         if k.startswith('HG_'):
+            # can't remove on solaris
+            os.environ[k] = ''
             del os.environ[k]
 
     global TESTDIR, HGTMP, INST, BINDIR, PYTHONDIR, COVERAGE_FILE