[Python-checkins] cpython (3.2): #17315: unlink a file that test_posixpath was leaving around.

ezio.melotti python-checkins at python.org
Fri Mar 1 20:01:12 CET 2013


http://hg.python.org/cpython/rev/c65e98ce1a05
changeset: 82442:c65e98ce1a05
branch: 3.2
parent: 82427:52b9d5e3f026
user: Ezio Melotti <ezio.melotti at gmail.com>
date: Fri Mar 01 20:59:17 2013 +0200
summary:
 #17315: unlink a file that test_posixpath was leaving around.
files:
 Lib/test/test_posixpath.py | 1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Lib/test/test_posixpath.py b/Lib/test/test_posixpath.py
--- a/Lib/test/test_posixpath.py
+++ b/Lib/test/test_posixpath.py
@@ -421,6 +421,7 @@
 support.unlink(ABSTFN+"2")
 support.unlink(ABSTFN+"y")
 support.unlink(ABSTFN+"c")
+ support.unlink(ABSTFN+"a")
 
 @unittest.skipUnless(hasattr(os, "symlink"),
 "Missing symlink implementation")
-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /