summaryrefslogtreecommitdiffstats
path: root/Lib/test
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test')
-rw-r--r--Lib/test/test_cpickle.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_cpickle.py b/Lib/test/test_cpickle.py
index 90326f7..9088eb7 100644
--- a/Lib/test/test_cpickle.py
+++ b/Lib/test/test_cpickle.py
@@ -91,5 +91,6 @@ def dotest():
pass
else:
print "load from closed file should raise IOError"
+ os.remove(fn)
dotest()