vfr@xxxxxxx writes: > From: Vincent van Ravesteijn <vfr@xxxxxxx> > > GIT-BUILD-OPTIONS defines PERL_PATH to be used in the test suite. Only a > few tests already actually use this variable when perl is needed. The > other test just call 'perl' and it might happen that the wrong perl > interpreter is used. > > This becomes problematic on Windows, when the perl interpreter that is > compiled and installed on the Windows system is used, because this perl > interpreter might introduce some unexpected LF->CRLF conversions. > > This patch makes sure that $PERL_PATH is used everywhere in the test suite > and that the correct perl interpreter is used. > > Signed-off-by: Vincent van Ravesteijn <vfr@xxxxxxx> > --- There was already this discussion: http://thread.gmane.org/gmane.comp.version-control.git/132560/focus=132561 which basically dismissed effort along this line with "If the perl in your PATH is so broken that it can't be used for simple helpers, then you should fix your PATH." I personally do not mind if we do this consistently, but I am not sure your $PERL_PATH that is not quoted is the right way to invoke it; look for PERL_PATH in t/ to see the existing uses. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html