diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2010-05-14 20:08:55 +0000 |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2010-05-14 20:08:55 +0000 |
commit | 7f6423a0b42a53cba4879aa97dd3702811b86278 (patch) | |
tree | f598a1fdbca1922a3546f008559d3d1d00b2f92b /Lib/subprocess.py | |
parent | 203406c3681cd0bfe53f44f2d731d05d8d71cd57 (diff) | |
download | cpython-git-7f6423a0b42a53cba4879aa97dd3702811b86278.tar.gz |
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
Diffstat (limited to 'Lib/subprocess.py')
0 files changed, 0 insertions, 0 deletions