/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/blackbox/test_ls.py

  • Committer: Benjamin Peterson
  • Date: 2009-11-30 00:33:52 UTC
  • mto: This revision was merged to the branch mainline in revision 4841.
  • Revision ID: benjamin@python.org-20091130003352-lufmye1ua25d4y34
avoid getting extra slashes in the output when ls' argument ends with a slash

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
    def test_ls_basic(self):
55
55
        """Test the abilities of 'bzr ls'"""
56
56
        self.ls_equals('.bzrignore\na\n')
 
57
        self.ls_equals('.bzrignore\na\n', './')
57
58
        self.ls_equals('?        .bzrignore\n'
58
59
                       '?        a\n',
59
60
                       '--verbose')