summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_posixpath.py
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-03-01 19:00:05 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-03-01 19:00:05 (GMT)
commit7b3e571c169bd86f023f8929b889ec3e9a71b041 (patch)
treec34c914c673de33170c5dcfe8f303fe1a5c07a45 /Lib/test/test_posixpath.py
parentfd54117a682224200ce057a60b0205b0e13948d2 (diff)
parent136726c59f3c13e23c18376d1fd4dcae17e1e50a (diff)
downloadcpython-7b3e571c169bd86f023f8929b889ec3e9a71b041.zip
cpython-7b3e571c169bd86f023f8929b889ec3e9a71b041.tar.gz
cpython-7b3e571c169bd86f023f8929b889ec3e9a71b041.tar.bz2
#17315: merge with 3.2.
Diffstat (limited to 'Lib/test/test_posixpath.py')
-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 f545f08..724c530 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")