Fix potential resource leak in test_mmap.

This commit is contained in:
Nadeem Vawda 2011-05-07 14:34:22 +02:00
parent d0a8f16031
commit 5ae6c42f52
1 changed files with 1 additions and 0 deletions

View File

@ -655,6 +655,7 @@ class LargeMmapTests(unittest.TestCase):
f.write(tail)
f.flush()
except (IOError, OverflowError):
f.close()
raise unittest.SkipTest("filesystem does not have largefile support")
return f