summaryrefslogtreecommitdiff
path: root/t/test-lib.sh
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-06-24 00:56:11 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-07-03 00:14:41 (GMT)
commit5e6ab8607e4ae53c0abb5b3027904f1e3f539969 (patch)
tree58bf36f74db04a363020a8bdbec3207e18af9f9e /t/test-lib.sh
parentf6af75d29c7e01e1d538dc3458c743e1a34defb6 (diff)
downloadgit-5e6ab8607e4ae53c0abb5b3027904f1e3f539969.zip
git-5e6ab8607e4ae53c0abb5b3027904f1e3f539969.tar.gz
git-5e6ab8607e4ae53c0abb5b3027904f1e3f539969.tar.bz2
Perl interface: make testsuite work again.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 't/test-lib.sh')
-rwxr-xr-xt/test-lib.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/test-lib.sh b/t/test-lib.sh
index 05f6e79..fba0c51 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?"
}