[issue17315] test_posixpath doesn't clean up after itself

Chris Jerdonek report at bugs.python.org
Fri Mar 1 19:37:16 CET 2013


Chris Jerdonek added the comment:

The file gets created in the current working directory.  You won't see it when using regrtest since regrtest creates and then deletes a temp working directory.

To see it easier, try running instead:

./python.exe -m unittest test.test_posixpath

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17315>
_______________________________________


More information about the Python-bugs-list mailing list