1289
1291
# This is a direct test of bug #495023, it relies on osutils.is_inside
1290
1292
# getting called in an inner function. Which makes it a bit brittle,
1291
1293
# but at least it does reproduce the bug.
1292
1296
tree = self.make_branch_and_tree('tree')
1293
1297
self.build_tree(['tree/file', 'tree/dir/', 'tree/dir/sub',
1294
1298
'tree/dir2/', 'tree/dir2/sub2'])