~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_osutils.py

(vila) Skip test for bug 488519 on OS X (Martin [gz])

Show diffs side-by-side

added added

removed removed

Lines of Context:
1107
1107
 
1108
1108
        # rename the 1file to a latin-1 filename
1109
1109
        os.rename("./1file", "\xe8file")
 
1110
        if "\xe8file" not in os.listdir("."):
 
1111
            self.skip("Lack filesystem that preserves arbitrary bytes")
1110
1112
 
1111
1113
        self._save_platform_info()
1112
1114
        win32utils.winver = None # Avoid the win32 detection code