From: Junio C Hamano Date: Sat, 24 Jun 2006 00:56:11 +0000 (-0700) Subject: Perl interface: make testsuite work again. X-Git-Tag: v1.4.3-rc1~2^2~41 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?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 05f6e7956..fba0c51d9 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?" }