mirror of
https://github.com/python/cpython.git
synced 2025-09-23 17:03:23 +00:00
#17315: unlink a file that test_posixpath was leaving around.
This commit is contained in:
parent
dce969d2b0
commit
c86e866b98
1 changed files with 1 additions and 0 deletions
|
@ -284,6 +284,7 @@ class PosixPathTest(unittest.TestCase):
|
|||
test_support.unlink(ABSTFN+"2")
|
||||
test_support.unlink(ABSTFN+"y")
|
||||
test_support.unlink(ABSTFN+"c")
|
||||
test_support.unlink(ABSTFN+"a")
|
||||
|
||||
def test_realpath_repeated_indirect_symlinks(self):
|
||||
# Issue #6975.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue