~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

bzr rm removes the working file

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
        self.encoding = encoding
104
104
        self.stdin = stdin
105
105
        self.working_dir = working_dir
 
106
        return '', ''
106
107
 
107
108
    def test_args(self):
108
109
        """Test that run_bzr passes args correctly to run_bzr_captured"""