~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-07-19 00:26:24 UTC
  • mfrom: (2625.1.1 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20070719002624-zgt7cyq39hwp4p36
(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,