mirror of https://github.com/python/cpython.git
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:
parent
ce2ab351f0
commit
b0a7d4ec68
|
@ -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):
|
||||||
|
|
Loading…
Reference in New Issue