Merged hanged order of cleanup operations from 3.2.

This commit is contained in:
Vinay Sajip 2012-05-03 12:09:38 +01:00
commit ac20f463da

View file

@ -611,8 +611,8 @@ class HandlerTest(BaseTest):
r = logging.makeLogRecord({'msg': 'testing' })
h.handle(r)
finally:
h.close()
remover.join()
h.close()
if os.path.exists(fn):
os.unlink(fn)