~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to tests/clean_tree.py

  • Committer: Aaron Bentley
  • Date: 2009-01-08 00:40:57 UTC
  • Revision ID: aaron@aaronbentley.com-20090108004057-4x1rbrxqsl1elpws
Get tests running correctly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
        assert os.path.exists('branch/die-please')
37
37
        os.mkdir('no-die-please/child')
38
38
 
39
 
        clean_tree('branch', unknown=True)
 
39
        clean_tree('branch', unknown=True, no_prompt=True)
40
40
        assert os.path.exists('no-die-please')
41
41
        assert os.path.exists('no-die-please/child')
42
42