t0024, t5000: clear variable UNZIP, use GIT_UNZIP instead
[git.git] / t / test-lib.sh
index 489bc80fc1b1ba4066a1fd5ad6d2024d67160ba7..c9a6b03953aa77b6c9f8c64c64febe144ca80feb 100644 (file)
@@ -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)