Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
hooks: Add function to check if a hook exists
[gitweb.git]
/
t
/
test-lib.sh
diff --git
a/t/test-lib.sh
b/t/test-lib.sh
index 8a12cbb86a0222f8adc05ba8c77faa4cd05e1cad..d8ec408dfd8d3a78fd14aed75c5c0c2f28e66c3f 100644
(file)
--- a/
t/test-lib.sh
+++ b/
t/test-lib.sh
@@
-85,6
+85,7
@@
unset VISUAL EMAIL LANGUAGE COLUMNS $("$PERL_PATH" -e '
.*_TEST
PROVE
VALGRIND
+ UNZIP
PERF_AGGREGATING_LATER
));
my @vars = grep(/^GIT_/ && !/^GIT_($ok)/o, @env);
@@
-128,6
+129,7
@@
fi
unset CDPATH
unset GREP_OPTIONS
+unset UNZIP
case $(echo $GIT_TRACE |tr "[A-Z]" "[a-z]") in
1|2|true)