/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 breezy/tests/blackbox/test_alias.py

  • Committer: Jelmer Vernooij
  • Date: 2020-03-22 01:35:14 UTC
  • mfrom: (7490.7.6 work)
  • mto: This revision was merged to the branch mainline in revision 7499.
  • Revision ID: jelmer@jelmer.uk-20200322013514-7vw1ntwho04rcuj3
merge lp:brz/3.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
    def test_remove_unknown_alias(self):
82
82
        out, err = self.run_bzr('alias --remove fooix', retcode=3)
83
83
        self.assertEqual('brz: ERROR: The alias "fooix" does not exist.\n',
84
 
                          err)
 
84
                         err)
85
85
 
86
86
    def test_remove_known_alias(self):
87
87
        self.run_bzr('alias commit="commit --strict"')