Try to make this test more resistant to dropping from previous runs (ie, files that may exist but cause the test to fail). Should be backported (assuming it works :-)

This commit is contained in:
Neal Norwitz 2007-03-20 06:16:26 +00:00
parent ce2ab351f0
commit b0a7d4ec68
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ class TestMailbox(TestBase):
def setUp(self):
self._path = test_support.TESTFN
self._delete_recursively(self._path)
self._box = self._factory(self._path)
def tearDown(self):