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