Re: Failure in t6021 on Red Hat Enterprise Linux 4
From: Junio C Hamano <hidden> Date: 2016-06-15 22:42:14
Mark Allen [off-list ref] writes:
So, basically the problem is that the subprocess.py module is
in the compat directory, and by default (I think)..
Ah, you are right.
Just like we fix PATH and GIT_EXEC_PATH during the test
execution, we need to do something with PYTHONPATH environment
variable (this one is _without_ underscore), I think.