54
55
# A directory we can run commands from which we hope is not contained
55
56
# in a bzr tree (though if there is one at or above $TEMPDIR, this is
56
57
# false and may cause test failures).
58
60
self.addCleanup(lambda: osutils.rmtree(tmp_dir))
59
61
# We expect a read-to-root attempt to occur.
60
62
self.permit_url('file:///')