/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/test_bad_files.py

Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
        # put some bogus stuff in the tree
58
58
 
59
59
        # We can only continue if we have mkfifo
60
 
        if not hasattr(os, 'mkfifo'):
 
60
        if getattr(os, 'mkfifo', None) is None:
61
61
            # TODO: Ultimately this should be TestSkipped
62
62
            # or PlatformDeficiency
63
63
            return