]> granicus.if.org Git - python/commit
* Unlink test files before and after each test; hopefully this will cut down on recen...
authorCollin Winter <collinw@gmail.com>
Sat, 10 Mar 2007 02:23:40 +0000 (02:23 +0000)
committerCollin Winter <collinw@gmail.com>
Sat, 10 Mar 2007 02:23:40 +0000 (02:23 +0000)
commitdbead56cb603e5e34bad0dc6e066d7dec411b422
tree8e97b7d2b55a6ad76fb4c6b9f73ddecbff62661c
parent9453e5dce526f6d1b36890cd0e1e42ff77c84918
* Unlink test files before and after each test; hopefully this will cut down on recent buildbot failures in test_islink.
* Drop safe_remove() in favor of test_support.unlink().
* Fix the indentation of test_samefile so that it runs.
Lib/test/test_posixpath.py