1332
1332
def test_info_locking_oslocks(self):
1333
1333
if sys.platform == "win32":
1334
1334
raise TestSkipped("don't use oslocks on win32 in unix manner")
1336
1337
tree = self.make_branch_and_tree('branch',
1337
1338
format=bzrdir.BzrDirFormat6())