diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-03-01 19:00:05 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-03-01 19:00:05 (GMT) |
commit | 7b3e571c169bd86f023f8929b889ec3e9a71b041 (patch) | |
tree | c34c914c673de33170c5dcfe8f303fe1a5c07a45 /Lib/test/test_posixpath.py | |
parent | fd54117a682224200ce057a60b0205b0e13948d2 (diff) | |
parent | 136726c59f3c13e23c18376d1fd4dcae17e1e50a (diff) | |
download | cpython-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.py | 1 |
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") |