]> granicus.if.org Git - python/commit
Ensure that this test will pass even if another test left an unwritable TESTFN.
authorNeal Norwitz <nnorwitz@gmail.com>
Sat, 6 Oct 2007 19:16:28 +0000 (19:16 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sat, 6 Oct 2007 19:16:28 +0000 (19:16 +0000)
commit92abad24d68823dc3c334d05b7bc5375db049b7b
tree5fcb8ea7c4c895a9751979742e505f4382cb9434
parent71e4fb587787fc4d0975e69465f28a31628d7379
Ensure that this test will pass even if another test left an unwritable TESTFN.
Also use the safe unlink in test_support instead of rolling our own here.
Lib/test/test_bufio.py