projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dce969d
)
#17315: unlink a file that test_posixpath was leaving around.
author
Ezio Melotti
<ezio.melotti@gmail.com>
Fri, 1 Mar 2013 18:56:13 +0000
(20:56 +0200)
committer
Ezio Melotti
<ezio.melotti@gmail.com>
Fri, 1 Mar 2013 18:56:13 +0000
(20:56 +0200)
Lib/test/test_posixpath.py
patch
|
blob
|
history
diff --git
a/Lib/test/test_posixpath.py
b/Lib/test/test_posixpath.py
index d9867a670a35ed5926cbc1e2e0ea3ca3bc888865..f74dc1489938cb9c9910f2d25543a58672b8e7cb 100644
(file)
--- a/
Lib/test/test_posixpath.py
+++ b/
Lib/test/test_posixpath.py
@@
-284,6
+284,7
@@
class PosixPathTest(unittest.TestCase):
test_support.unlink(ABSTFN+"2")
test_support.unlink(ABSTFN+"y")
test_support.unlink(ABSTFN+"c")
+ test_support.unlink(ABSTFN+"a")
def test_realpath_repeated_indirect_symlinks(self):
# Issue #6975.