Code

Perl interface: make testsuite work again.
authorJunio C Hamano <junkio@cox.net>
Sat, 24 Jun 2006 00:56:11 +0000 (17:56 -0700)
committerJunio C Hamano <junkio@cox.net>
Mon, 3 Jul 2006 00:14:41 +0000 (17:14 -0700)
Signed-off-by: Junio C Hamano <junkio@cox.net>
t/test-lib.sh

index 05f6e79560ff7e3d92c47221b3ee7adec098e676..fba0c51d97ac0d3851589de3308bda1de0a1869d 100755 (executable)
@@ -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?"
 }