#17315: unlink a file that test_posixpath was leaving around.

This commit is contained in:
Ezio Melotti 2013-03-01 20:56:13 +02:00
parent dce969d2b0
commit c86e866b98
1 changed files with 1 additions and 0 deletions

View File

@ -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.