diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2011-05-07 12:44:50 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2011-05-07 12:44:50 (GMT) |
commit | 052a899d5a38c4aaac09d86f2f8d1f6093f866c0 (patch) | |
tree | e353e561ad2926a087834b26fa6539c84772e65f /Lib | |
parent | 2261b325ab15e1dc871b70f264e7927e85ecb201 (diff) | |
parent | da91d1892a083c450fabca51046ee4f9d66a1e35 (diff) | |
download | cpython-052a899d5a38c4aaac09d86f2f8d1f6093f866c0.zip cpython-052a899d5a38c4aaac09d86f2f8d1f6093f866c0.tar.gz cpython-052a899d5a38c4aaac09d86f2f8d1f6093f866c0.tar.bz2 |
Merge.
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/test/test_mmap.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_mmap.py b/Lib/test/test_mmap.py index 850768f..712378b 100644 --- a/Lib/test/test_mmap.py +++ b/Lib/test/test_mmap.py @@ -673,6 +673,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 |