~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/test_bad_files.py

Merge from mpool.

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
 
90
90
        # We should raise an error if we are adding a bogus file
91
91
        # Is there a way to test the actual error that should be raised?
92
 
        self.run_bzr('add', 'a-fifo', retcode=1)
 
92
        self.run_bzr('add', 'a-fifo', retcode=3)
93
93