Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Make it possible to set up libgit directly (instead of from the environment)
[gitweb.git]
/
t
/
test-lib.sh
diff --git
a/t/test-lib.sh
b/t/test-lib.sh
index 05f6e79560ff7e3d92c47221b3ee7adec098e676..ad9796ee98315e4ffe9cdc0cba12ddf746a6a742 100755
(executable)
--- a/
t/test-lib.sh
+++ b/
t/test-lib.sh
@@
-206,6
+206,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?"
}