summaryrefslogtreecommitdiffstats
path: root/Lib/test
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test')
-rw-r--r--Lib/test/test_mmap.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/test/test_mmap.py b/Lib/test/test_mmap.py
index e932bec..e5da187 100644
--- a/Lib/test/test_mmap.py
+++ b/Lib/test/test_mmap.py
@@ -59,6 +59,8 @@ def test_both():
assert start == PAGESIZE
assert end == PAGESIZE + 6
+ m.close()
+ os.unlink("foo")
print ' Test passed'
test_both()