tests/run-tests.py
changeset 30716 3de9df6ee5bf
parent 30420 270b077d434b
child 30886 2aaa8bfc7bd9
equal deleted inserted replaced
30715:7b526670f540 30716:3de9df6ee5bf
   847         env["EMAIL"] = "Foo Bar <foo.bar@example.com>"
   847         env["EMAIL"] = "Foo Bar <foo.bar@example.com>"
   848         env['COLUMNS'] = '80'
   848         env['COLUMNS'] = '80'
   849         env['TERM'] = 'xterm'
   849         env['TERM'] = 'xterm'
   850 
   850 
   851         for k in ('HG HGPROF CDPATH GREP_OPTIONS http_proxy no_proxy ' +
   851         for k in ('HG HGPROF CDPATH GREP_OPTIONS http_proxy no_proxy ' +
   852                   'NO_PROXY').split():
   852                   'NO_PROXY CHGDEBUG').split():
   853             if k in env:
   853             if k in env:
   854                 del env[k]
   854                 del env[k]
   855 
   855 
   856         # unset env related to hooks
   856         # unset env related to hooks
   857         for k in env.keys():
   857         for k in env.keys():