From 4527aa10a6030fc8b4b65f1081b7089a9c6d9457 Mon Sep 17 00:00:00 2001 From: Elia Pinto Date: Mon, 5 Sep 2016 10:24:42 +0000 Subject: [PATCH] test-lib.sh: preserve GIT_TRACE_CURL from the environment Turning on this variable can be useful when debugging http tests. It can break a few tests in t5541 if not set to an absolute path but it is not a variable that the user is likely to have enabled accidentally. Signed-off-by: Elia Pinto Signed-off-by: Junio C Hamano --- t/test-lib.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/t/test-lib.sh b/t/test-lib.sh index d731d66e36..986eba1d00 100644 --- a/t/test-lib.sh +++ b/t/test-lib.sh @@ -89,6 +89,7 @@ unset VISUAL EMAIL LANGUAGE COLUMNS $("$PERL_PATH" -e ' UNZIP PERF_ CURL_VERBOSE + TRACE_CURL )); my @vars = grep(/^GIT_/ && !/^GIT_($ok)/o, @env); print join("\n", @vars); -- 2.49.0