]> granicus.if.org Git - python/commit
Remove the test file before writing it in case there is no write permission.
authorNeal Norwitz <nnorwitz@gmail.com>
Thu, 10 Apr 2008 05:46:39 +0000 (05:46 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Thu, 10 Apr 2008 05:46:39 +0000 (05:46 +0000)
commit36a59b4a08ec297d0caabd5ff60375f6fd1d236f
tree30917ed4ac648a98e8200398cf30afba04d3926b
parent60a819d681d1004a9703b050501b70912f40b1ed
Remove the test file before writing it in case there is no write permission.
This might help fix some of the failures on Windows box(es).  It doesn't hurt
either way and ensure the tests are a little more self contained (ie have
less assumptions).
Lib/test/test_array.py
Lib/test/test_deque.py
Lib/test/test_gzip.py
Lib/test/test_uu.py