Commit 657c4d2e authored by Neal Norwitz's avatar Neal Norwitz

Try to make this test more resistant to dropping from previous runs (ie, files...

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 :-)
parent c9f056c3
...@@ -54,6 +54,7 @@ class TestMailbox(TestBase): ...@@ -54,6 +54,7 @@ class TestMailbox(TestBase):
def setUp(self): def setUp(self):
self._path = test_support.TESTFN self._path = test_support.TESTFN
self._delete_recursively(self._path)
self._box = self._factory(self._path) self._box = self._factory(self._path)
def tearDown(self): def tearDown(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment