~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: John Arbash Meinel
  • Date: 2007-07-18 23:19:46 UTC
  • mfrom: (2617.2.1 selftest-sanitize)
  • mto: This revision was merged to the branch mainline in revision 2626.
  • Revision ID: john@arbash-meinel.com-20070718231946-w2cdi5h14cn5chfr
(Jelmer Vernooij) Fix bug #125955: Sanitize SSH_AUTH_SOCK environment variable

Show diffs side-by-side

added added

removed removed

Lines of Context:
1081
1081
            'BZREMAIL': None, # may still be present in the environment
1082
1082
            'EMAIL': None,
1083
1083
            'BZR_PROGRESS_BAR': None,
 
1084
            # SSH Agent
 
1085
            'SSH_AUTH_SOCK': None,
1084
1086
            # Proxies
1085
1087
            'http_proxy': None,
1086
1088
            'HTTP_PROXY': None,