Merge branch 'jk/maint-gitweb-test-use-sane-perl' into maint
authorJunio C Hamano <gitster@pobox.com>
Mon, 7 May 2012 20:17:31 +0000 (13:17 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 7 May 2012 20:17:31 +0000 (13:17 -0700)
commitdc813f664d779330c392500a0f3b4d53893dc7ae
treeee84fc963a43dfd2e055aa311833c3625bb09a18
parent6a88021e4675b69b927ce1aa9c4dddc5dc621232
parent0754e089c1ffc6a40574eee0564ef98b3acacc26
Merge branch 'jk/maint-gitweb-test-use-sane-perl' into maint

When using a Perl script on a system where "perl" found on user's $PATH
could be ancient or otherwise broken, we allow builders to specify the
path to a good copy of Perl with $PERL_PATH.  The gitweb test forgot to
use that Perl when running its test.

By Jeff King (1) and Zbigniew Jędrzejewski-Szmek (1)
* jk/maint-gitweb-test-use-sane-perl:
  Consistently use perl from /usr/bin/ for scripts
  t/gitweb-lib: use $PERL_PATH to run gitweb
git-svn.perl
t/gitweb-lib.sh