]> granicus.if.org Git - python/commit
Fix broken test in test_hotshot. Treating the current directory as an
authorNeil Schemenauer <nascheme@enme.ucalgary.ca>
Mon, 2 Nov 2009 00:59:52 +0000 (00:59 +0000)
committerNeil Schemenauer <nascheme@enme.ucalgary.ca>
Mon, 2 Nov 2009 00:59:52 +0000 (00:59 +0000)
commitb29642f1297613f84c6678628b12a2bd5e3ae60a
tree2a7d7377afb968bf7283d7eb7c83ae0cb15ada68
parent1d520c192170572c077879a845ecb8fd819fd8b7
Fix broken test in test_hotshot.  Treating the current directory as an
empty file is sloppy and non-portable.  Use NamedTemporaryFile to make
an empty file.
Lib/test/test_hotshot.py