mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
#17315: unlink a file that test_posixpath was leaving around.
This commit is contained in:
parent
c6641dbf58
commit
136726c59f
1 changed files with 1 additions and 0 deletions
|
@ -421,6 +421,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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue