diff tests/run-tests.py @ 10924:b2860654e588

merge with stable
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Thu, 15 Apr 2010 20:25:26 +0200
parents a6c4dd5175b5 1782278bab8a
children 323557524006
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