diff options
author | Junio C Hamano <junkio@cox.net> | 2006-06-23 17:56:11 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-07-02 17:14:41 -0700 |
commit | 5e6ab8607e4ae53c0abb5b3027904f1e3f539969 (patch) | |
tree | 58bf36f74db04a363020a8bdbec3207e18af9f9e | |
parent | Perl interface: add build-time configuration to allow building with -fPIC (diff) | |
download | tgif-5e6ab8607e4ae53c0abb5b3027904f1e3f539969.tar.xz |
Perl interface: make testsuite work again.
Signed-off-by: Junio C Hamano <junkio@cox.net>
-rwxr-xr-x | t/test-lib.sh | 2 |
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?" } |