From: Junio C Hamano Date: Sat, 24 Jun 2006 00:56:11 +0000 (-0700) Subject: Perl interface: make testsuite work again. X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=5e6ab8607e4ae53c0abb5b3027904f1e3f539969;p=git.git Perl interface: make testsuite work again. Signed-off-by: Junio C Hamano --- diff --git a/t/test-lib.sh b/t/test-lib.sh index 05f6e79560..fba0c51d97 100755 --- a/t/test-lib.sh +++ b/t/test-lib.sh @@ -206,6 +206,8 @@ PYTHON=`sed -e '1{ PYTHONPATH=$(pwd)/../compat export PYTHONPATH } +PERL5LIB=$(pwd)/../perl/blib/lib:$(pwd)/../perl/blib/arch/auto/Git +export PERL5LIB test -d ../templates/blt || { error "You haven't built things yet, have you?" }