tests/run-tests.py
changeset 31048 23bcfdd76f96
parent 31011 01eebb65a61d
child 31227 ac47df82bdba
--- a/tests/run-tests.py	Mon Feb 06 23:08:49 2017 -0500
+++ b/tests/run-tests.py	Mon Feb 20 18:27:29 2017 +0100
@@ -906,6 +906,7 @@
         env['TERM'] = 'xterm'
 
         for k in ('HG HGPROF CDPATH GREP_OPTIONS http_proxy no_proxy ' +
+                  'HGPLAIN HGPLAINEXCEPT ' +
                   'NO_PROXY CHGDEBUG').split():
             if k in env:
                 del env[k]