summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-03-01 21:00:05 +0200
committerEzio Melotti <ezio.melotti@gmail.com>2013-03-01 21:00:05 +0200
commit7b3e571c169bd86f023f8929b889ec3e9a71b041 (patch)
treec34c914c673de33170c5dcfe8f303fe1a5c07a45
parentfd54117a682224200ce057a60b0205b0e13948d2 (diff)
parent136726c59f3c13e23c18376d1fd4dcae17e1e50a (diff)
downloadcpython-git-7b3e571c169bd86f023f8929b889ec3e9a71b041.tar.gz
#17315: merge with 3.2.
-rw-r--r--Lib/test/test_posixpath.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_posixpath.py b/Lib/test/test_posixpath.py
index f545f0856e..724c530261 100644
--- a/Lib/test/test_posixpath.py
+++ b/Lib/test/test_posixpath.py
@@ -423,6 +423,7 @@ class PosixPathTest(unittest.TestCase):
support.unlink(ABSTFN+"2")
support.unlink(ABSTFN+"y")
support.unlink(ABSTFN+"c")
+ support.unlink(ABSTFN+"a")
@unittest.skipUnless(hasattr(os, "symlink"),
"Missing symlink implementation")