[OT] Re: patch: testsuite path to python

2009-07-23 Thread Matthias Kilian
On Wed, Jul 22, 2009 at 10:23:31PM +0200, Krister Walfridsson wrote: > The testsuite has two hard-coded paths to /usr/bin/python, wich prevents > it from running on systems that installs python in other places. Most > python scripts seems to solve this using the /usr/bin/env trick, as in > the att

Re: patch: testsuite path to python

2009-07-23 Thread Simon Marlow
On 22/07/2009 21:23, Krister Walfridsson wrote: The testsuite has two hard-coded paths to /usr/bin/python, wich prevents it from running on systems that installs python in other places. Most python scripts seems to solve this using the /usr/bin/env trick, as in the attached patches. Thanks, wil

patch: testsuite path to python

2009-07-22 Thread Krister Walfridsson
The testsuite has two hard-coded paths to /usr/bin/python, wich prevents it from running on systems that installs python in other places. Most python scripts seems to solve this using the /usr/bin/env trick, as in the attached patches. /Krister--- testsuite/timeout/timeout.py.orig 2009-07-2