~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_cat.py

  • Committer: Martin Pool
  • Date: 2006-12-21 03:59:43 UTC
  • mfrom: (2206 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2207.
  • Revision ID: mbp@sourcefrog.net-20061221035943-2qazd36lrxms0bug
merge bzr.dev, reconcile with option changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
    def test_cat(self):
29
29
 
30
30
        def bzr(*args, **kwargs):
31
 
            return self.run_bzr(*args, **kwargs)[0]
 
31
            return self.run_bzr_subprocess(*args, **kwargs)[0]
32
32
 
33
33
        os.mkdir('branch')
34
34
        os.chdir('branch')