~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to tests/blackbox.py

  • Committer: Aaron Bentley
  • Date: 2006-07-05 12:54:12 UTC
  • Revision ID: abentley@panoramicfeedback.com-20060705125412-706027d1b9ae57cc
Update clean-tree tests for no global ignores

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
    def test_clean_tree(self):
10
10
        self.runbzr('init')
 
11
        self.runbzr('ignore *~')
 
12
        self.runbzr('ignore *.pyc')
11
13
        self.touch('name')
12
14
        self.touch('name~')
13
15
        assert os.path.lexists('name~')