Make it possible to set up libgit directly (instead of from the environment)
[gitweb.git] / t / test-lib.sh
index 298c6caa7346ca394af997d0311bb6f0bd23e915..ad9796ee98315e4ffe9cdc0cba12ddf746a6a742 100755 (executable)
@@ -206,9 +206,8 @@ PYTHON=`sed -e '1{
        PYTHONPATH=$(pwd)/../compat
        export PYTHONPATH
 }
-RUNNING_GIT_TESTS=YesWeAre
-PERL5LIB=$(pwd)/../perl/blib/lib:$(pwd)/../perl/blib/arch/auto/Git
-export PERL5LIB RUNNING_GIT_TESTS
+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?"
 }