/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/test_https_ca_bundle.py

  • Committer: Martin
  • Date: 2017-03-24 16:09:43 UTC
  • mto: (6621.2.2 py3)
  • mto: This revision was merged to the branch mainline in revision 6624.
  • Revision ID: gzlist@googlemail.com-20170324160943-1nv83kc1neiqrehy
Fix fallout from 2to3 getcwdu transformation and other test uses

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
        if sys.platform != 'win32':
52
52
            raise TestSkipped('Searching in PATH implemented only for win32')
53
53
        os.mkdir('foo')
54
 
        in_dir = os.path.join(os.getcwd(), 'foo')
 
54
        in_dir = os.path.join(self.test_dir, 'foo')
55
55
        self._make_file(in_dir=in_dir)
56
56
        self.overrideEnv('PATH', in_dir)
57
57
        shouldbe = os.path.join(in_dir, 'curl-ca-bundle.crt')