summaryrefslogtreecommitdiff
path: root/t/test-lib.sh
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <junkio@cox.net>2006-06-23 17:56:11 -0700
committerLibravatar Junio C Hamano <junkio@cox.net>2006-07-02 17:14:41 -0700
commit5e6ab8607e4ae53c0abb5b3027904f1e3f539969 (patch)
tree58bf36f74db04a363020a8bdbec3207e18af9f9e /t/test-lib.sh
parentPerl interface: add build-time configuration to allow building with -fPIC (diff)
downloadtgif-5e6ab8607e4ae53c0abb5b3027904f1e3f539969.tar.xz
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 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?"
}