Skip to content

Commit e2a0ccc

Browse files
peffgitster
authored andcommitted
test-lib: preserve GIT_CURL_VERBOSE from the environment
Turning on this variable can be useful when debugging http tests. It does break a few tests in t5541, but it is not a variable that the user is likely to have enabled accidentally. Signed-off-by: Jeff King <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 4a28f16 commit e2a0ccc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

t/test-lib.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ unset VISUAL EMAIL LANGUAGE COLUMNS $("$PERL_PATH" -e '
9191
VALGRIND
9292
UNZIP
9393
PERF_
94+
CURL_VERBOSE
9495
));
9596
my @vars = grep(/^GIT_/ && !/^GIT_($ok)/o, @env);
9697
print join("\n", @vars);

0 commit comments

Comments
 (0)