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
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
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