Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
sha1_file: drop experimental GIT_USE_LOOKUP search
[gitweb.git]
/
t
/
test-lib.sh
diff --git
a/t/test-lib.sh
b/t/test-lib.sh
index 86d77c16dd3abcedd3fd4937a73b142a6b83b7b6..2d2266ba2fa7f494e246ed7cd0186b22c9ae035b 100644
(file)
--- a/
t/test-lib.sh
+++ b/
t/test-lib.sh
@@
-91,7
+91,6
@@
unset VISUAL EMAIL LANGUAGE COLUMNS $("$PERL_PATH" -e '
my $ok = join("|", qw(
TRACE
DEBUG
- USE_LOOKUP
TEST
.*_TEST
PROVE
@@
-342,6
+341,7
@@
fi
exec 5>&1
exec 6<&0
+exec 7>&2
if test "$verbose_log" = "t"
then
exec 3>>"$GIT_TEST_TEE_OUTPUT_FILE" 4>&3