91
91
if sys.platform == 'win32':
92
92
raise tests.TestNotApplicable('chmod has no effect on win32')
97
97
os.chown(self.test_dir, os.getuid(), os.getgid())
98
98
# also, these are BzrBranch format specific things..
99
99
t = self.make_branch_and_tree('.')