OSDN Git Service

t/lib-git-svn.sh: use $PERL_PATH for perl, not perl from $PATH
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Tue, 10 Aug 2010 12:14:25 +0000 (12:14 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 11 Aug 2010 17:41:08 +0000 (10:41 -0700)
commit5536934239ed0a66fc5ac1d08cfd7e6a0905f80c
tree0436812856f539b94f140c7f513e5701e13888d7
parentd8faea9d182bd0ca2624be74d9dc32b187618840
t/lib-git-svn.sh: use $PERL_PATH for perl, not perl from $PATH

Change the git-svn tests to use $PERL_PATH, not the "perl" in $PATH.

Using perl in $PATH was added by Sam Vilain in v1.6.6-rc0~95^2~3,
Philippe Bruhat introduced $PERL_PATH to the test suite in
v1.6.6-rc0~9^2, but the lib-git-svn.sh tests weren't updated to use
the new convention.

This resulted in the git-svn tests always being skipped on my
system. My /usr/bin/perl has access to SVN::Core and SVN::Repos, but
the perl in my $PATH does not.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/lib-git-svn.sh