summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_posixpath.py
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-03-01 19:00:48 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-03-01 19:00:48 (GMT)
commitdc99e0d396fbdc6632f36e104edb15b4e45266bc (patch)
tree0f53166d66f7325586e2c39c9f2a5d7057305b9f /Lib/test/test_posixpath.py
parentfbd26867ef9e98b732c684f3a2dac6a78a68bd6f (diff)
parent7b3e571c169bd86f023f8929b889ec3e9a71b041 (diff)
downloadcpython-dc99e0d396fbdc6632f36e104edb15b4e45266bc.zip
cpython-dc99e0d396fbdc6632f36e104edb15b4e45266bc.tar.gz
cpython-dc99e0d396fbdc6632f36e104edb15b4e45266bc.tar.bz2
#17315: merge with 3.3.
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 2e67396..1f05050 100644
--- a/Lib/test/test_posixpath.py
+++ b/Lib/test/test_posixpath.py
@@ -366,6 +366,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")