gitweb: Make the Git logo link target to point to the homepage
[gitweb.git] / t / test-lib.sh
index 0fe2718845fa8ad66dfa850ac2921e33b10b51c1..b523fef339da2ac21d7edd750cc6d5431a70fe52 100755 (executable)
@@ -218,6 +218,8 @@ PYTHON=`sed -e '1{
        PYTHONPATH=$(pwd)/../compat
        export PYTHONPATH
 }
+GITPERLLIB=$(pwd)/../perl/blib/lib:$(pwd)/../perl/blib/arch/auto/Git
+export GITPERLLIB
 test -d ../templates/blt || {
        error "You haven't built things yet, have you?"
 }