commit | 7f6423a0b42a53cba4879aa97dd3702811b86278 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Fri May 14 20:08:55 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Fri May 14 20:08:55 2010 +0000 |
tree | f598a1fdbca1922a3546f008559d3d1d00b2f92b | |
parent | 203406c3681cd0bfe53f44f2d731d05d8d71cd57 [diff] |
test/support.py: remove TESTFN if it is a directory Because of my previous commit (r81171), test_os failed without removing TESTFN directory (shutil.rmtree() was broken). Some buildbots still have a @test directory and some tests fail because of that. The bug is reproductible with: mkdir @test touch @test/abc ./python Lib/test/regrtest.py test_site