Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
gitweb: Make the Git logo link target to point to the homepage
[gitweb.git]
/
t
/
test-lib.sh
diff --git
a/t/test-lib.sh
b/t/test-lib.sh
index 0fe2718845fa8ad66dfa850ac2921e33b10b51c1..b523fef339da2ac21d7edd750cc6d5431a70fe52 100755
(executable)
--- a/
t/test-lib.sh
+++ b/
t/test-lib.sh
@@
-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?"
}