~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-10-09 23:16:22 UTC
  • mfrom: (5422.3.9 scripts)
  • Revision ID: pqm@pqm.ubuntu.com-20101009231622-hk7zigkj84reyn2z
(mbp) empty output in shell-like tests is no longer a wildcard (Martin Pool)

Show diffs side-by-side

added added

removed removed

Lines of Context:
443
443
    def test_bind_when_bound(self):
444
444
        self.run_script("""
445
445
$ bzr init trunk
 
446
...
446
447
$ bzr init copy
 
448
...
447
449
$ cd copy
448
450
$ bzr bind ../trunk
449
451
$ bzr bind
453
455
    def test_bind_before_bound(self):
454
456
        self.run_script("""
455
457
$ bzr init trunk
 
458
...
456
459
$ cd trunk
457
460
$ bzr bind
458
461
2>bzr: ERROR: No location supplied and no previous location known