/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: Daniel Watkins
  • Date: 2007-06-06 23:16:55 UTC
  • mto: (2515.1.1 Aaron's integration)
  • mto: This revision was merged to the branch mainline in revision 2516.
  • Revision ID: d.m.watkins@warwick.ac.uk-20070606231655-d3ou86x6bjan2g5j
Added BZR_REMOTE_PATH to the list of environment variables cleaned before running tests, fixing bug #111958.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1109
1109
            # -- vila 20061212
1110
1110
            'ftp_proxy': None,
1111
1111
            'FTP_PROXY': None,
 
1112
            'BZR_REMOTE_PATH': None,
1112
1113
        }
1113
1114
        self.__old_env = {}
1114
1115
        self.addCleanup(self._restoreEnvironment)