##// END OF EJS Templates
tests: make test suite more immune to environment variables...
Dr Rainer Woitok -
r31048:23bcfdd7 default
parent child Browse files
Show More
@@ -906,6 +906,7 b' class Test(unittest.TestCase):'
906 env['TERM'] = 'xterm'
906 env['TERM'] = 'xterm'
907
907
908 for k in ('HG HGPROF CDPATH GREP_OPTIONS http_proxy no_proxy ' +
908 for k in ('HG HGPROF CDPATH GREP_OPTIONS http_proxy no_proxy ' +
909 'HGPLAIN HGPLAINEXCEPT ' +
909 'NO_PROXY CHGDEBUG').split():
910 'NO_PROXY CHGDEBUG').split():
910 if k in env:
911 if k in env:
911 del env[k]
912 del env[k]
General Comments 0
You need to be logged in to leave comments. Login now