[issue7295] test_tarfile uses a hardcoded file name

2009-11-11 Thread Antoine Pitrou
Antoine Pitrou added the comment: The patch is fine and I've committed it, thanks! -- resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker ___

[issue7295] test_tarfile uses a hardcoded file name

2009-11-10 Thread Lars Gustäbel
Lars Gustäbel added the comment: I attached a patch that uses TESTFN. Please verify that it works and then one of us checks it in. -- keywords: +patch Added file: http://bugs.python.org/file15304/issue7295.diff ___ Python tracker

[issue7295] test_tarfile uses a hardcoded file name

2009-11-09 Thread Antoine Pitrou
New submission from Antoine Pitrou : I got this error on my buildbot: test test_tarfile crashed -- : [Errno 13] Permission denied: '/tmp/test_tarfile_tmp/testtar.tar.gz' test_tarfile should not use a hardcoded file name but rely on TESTFN instead (or any of tempfile.mk*), so that concurrent tes