commit | b0a7d4ec68f89ef5fa9cf67b04b36a805711dfcc | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Tue Mar 20 06:16:26 2007 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Tue Mar 20 06:16:26 2007 +0000 |
tree | 565fb4cd38df477bcc9a2200d2bfaabc891ddea3 | |
parent | ce2ab351f077f2b0ce562fd91576dc23eca8b59c [diff] [blame] |
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 :-)
diff --git a/Lib/test/test_mailbox.py b/Lib/test/test_mailbox.py index 8edb9eb..fe186fa 100644 --- a/Lib/test/test_mailbox.py +++ b/Lib/test/test_mailbox.py
@@ -54,6 +54,7 @@ def setUp(self): self._path = test_support.TESTFN + self._delete_recursively(self._path) self._box = self._factory(self._path) def tearDown(self):