~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: 2006-08-14 14:30:15 UTC
  • mfrom: (1711.2.118 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20060814143015-434920ada66fc144
(dato) Cleanup BZR_EMAIL in the test suite

Show diffs side-by-side

added added

removed removed

Lines of Context:
594
594
            'HOME': os.getcwd(),
595
595
            'APPDATA': os.getcwd(),
596
596
            'BZR_EMAIL': None,
 
597
            'BZREMAIL': None, # may still be present in the environment
597
598
            'EMAIL': None,
598
599
        }
599
600
        self.__old_env = {}