1
0
mirror of https://github.com/git/git.git synced 2024-10-01 10:41:25 +02:00

Perl interface: make testsuite work again.

Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Junio C Hamano 2006-06-23 17:56:11 -07:00
parent f6af75d29c
commit 5e6ab8607e

@ -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?"
}