#17315: unlink a file that test_posixpath was leaving around.
authorEzio Melotti <ezio.melotti@gmail.com>
Fri, 1 Mar 2013 18:56:13 +0000 (20:56 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Fri, 1 Mar 2013 18:56:13 +0000 (20:56 +0200)
Lib/test/test_posixpath.py

index d9867a670a35ed5926cbc1e2e0ea3ca3bc888865..f74dc1489938cb9c9910f2d25543a58672b8e7cb 100644 (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.