~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-09-29 20:57:29 UTC
  • mfrom: (2055.1.2 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20060929205729-0ee3252a234189f0
(jam) Clean up BZR_HOME in ENV for the test suite

Show diffs side-by-side

added added

removed removed

Lines of Context:
703
703
 
704
704
    def _cleanEnvironment(self):
705
705
        new_env = {
 
706
            'BZR_HOME': None, # Don't inherit BZR_HOME to all the tests.
706
707
            'HOME': os.getcwd(),
707
708
            'APPDATA': os.getcwd(),
708
709
            'BZR_EMAIL': None,