projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6af75d
)
Perl interface: make testsuite work again.
author
Junio C Hamano
<junkio@cox.net>
Sat, 24 Jun 2006 00:56:11 +0000
(17:56 -0700)
committer
Junio C Hamano
<junkio@cox.net>
Mon, 3 Jul 2006 00:14:41 +0000
(17:14 -0700)
Signed-off-by: Junio C Hamano <junkio@cox.net>
t/test-lib.sh
patch
|
blob
|
history
diff --git
a/t/test-lib.sh
b/t/test-lib.sh
index 05f6e79560ff7e3d92c47221b3ee7adec098e676..fba0c51d97ac0d3851589de3308bda1de0a1869d 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
}
+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?"
}