/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 brzlib/tests/test_transport.py

  • Committer: Jelmer Vernooij
  • Date: 2017-05-21 18:06:19 UTC
  • mto: This revision was merged to the branch mainline in revision 6623.
  • Revision ID: jelmer@jelmer.uk-20170521180619-5qoo0470asgdnljt
Fix more tests (all?)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1060
1060
            bzr_remote_path = sys.executable + ' ' + self.get_brz_path()
1061
1061
        else:
1062
1062
            bzr_remote_path = self.get_brz_path()
1063
 
        self.overrideEnv('BRZ_REMOTE_PATH', bzr_remote_path)
 
1063
        self.overrideEnv('BZR_REMOTE_PATH', bzr_remote_path)
1064
1064
 
1065
 
        # Access the branch via a bzr+ssh URL.  The BRZ_REMOTE_PATH environment
 
1065
        # Access the branch via a bzr+ssh URL.  The BZR_REMOTE_PATH environment
1066
1066
        # variable is used to tell bzr what command to run on the remote end.
1067
1067
        path_to_branch = osutils.abspath('.')
1068
1068
        if sys.platform == 'win32':