Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7b3e571

Browse files
committed
#17315: merge with 3.2.
2 parents fd54117 + 136726c commit 7b3e571

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lib/test/test_posixpath.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,7 @@ def test_realpath_symlink_loops(self):
423423
support.unlink(ABSTFN+"2")
424424
support.unlink(ABSTFN+"y")
425425
support.unlink(ABSTFN+"c")
426+
support.unlink(ABSTFN+"a")
426427

427428
@unittest.skipUnless(hasattr(os, "symlink"),
428429
"Missing symlink implementation")

0 commit comments

Comments
 (0)