# HG changeset patch # User Benoit Boissinot # Date 2010-04-15 18:25:26 # Node ID b2860654e58870f86fb4c35d811dc94f40cfc732 # Parent fa1f5de99fb26a0ec02869d913860f487026de0b # Parent 1782278bab8af30894e6a61f9d8fb8103ae2c2bf merge with stable diff --git a/tests/run-tests.py b/tests/run-tests.py --- a/tests/run-tests.py +++ b/tests/run-tests.py @@ -855,6 +855,8 @@ def main(): # 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