[issue17757] test_executable_without_cwd fails when run in the installed location

2013-04-16 Thread Ned Deily
Ned Deily added the comment: Duplicate of Issue17046 -- nosy: +ned.deily resolution: -> duplicate status: open -> closed superseder: -> test_subprocess test_executable_without_cwd fails when run with installed python ___ Python tracker

[issue17757] test_executable_without_cwd fails when run in the installed location

2013-04-16 Thread Matthias Klose
New submission from Matthias Klose: this test already has a: @unittest.skipIf(sysconfig.is_python_build(), "need an installed Python. See #7774") but fails in the installed location. == FAIL: test_exec