[issue2609] Tests fail if ./@test is not writeable

2010-08-02 Thread Georg Brandl
Georg Brandl added the comment: Out of date now -- regrtest now uses "with temp_cwd()", changing directory to either the Python build dir or a tempdir. -- nosy: +georg.brandl resolution: -> out of date status: open -> closed ___ Python tracker

[issue2609] Tests fail if ./@test is not writeable

2010-07-10 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 2.7, Python 3.2 -Python 2.6 ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue2609] Tests fail if ./@test is not writeable

2009-05-16 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +r.david.murray priority: -> normal versions: +Python 3.1 ___ Python tracker ___ ___ Python-bugs-li

[issue2609] Tests fail if ./@test is not writeable

2008-04-14 Thread Trent Nelson
Changes by Trent Nelson <[EMAIL PROTECTED]>: -- assignee: -> Trent.Nelson nosy: +Trent.Nelson __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs

[issue2609] Tests fail if ./@test is not writeable

2008-04-10 Thread Alexander Belopolsky
New submission from Alexander Belopolsky <[EMAIL PROTECTED]>: If @test file is not writable in the current directory, test_support.TESTFN is changed to '/tmp/@test', but several tests fail if TESTFN is an absolute path: $ mkdir @test $ make test .. 4 tests failed: test_import test_site test_