diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-09-12 15:34:38 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-09-12 15:34:38 -0700 |
commit | 930b67ebd7450a72248111582c1955cd6f174519 (patch) | |
tree | 5a951e2ec82224033ad5bbc9b061cbf191f43b9f /t/test-lib.sh | |
parent | b2735955f5c6cd40982783fbc07983e6da9b2f6d (diff) | |
parent | 14e24114d9cfe2f878ee540e4df485c2cae8253a (diff) | |
download | git-930b67ebd7450a72248111582c1955cd6f174519.tar.gz |
Merge branch 'ep/use-git-trace-curl-in-tests'
Update a few tests that used to use GIT_CURL_VERBOSE to use the
newer GIT_TRACE_CURL.
* ep/use-git-trace-curl-in-tests:
t5551-http-fetch-smart.sh: use the GIT_TRACE_CURL environment var
t5550-http-fetch-dumb.sh: use the GIT_TRACE_CURL environment var
test-lib.sh: preserve GIT_TRACE_CURL from the environment
t5541-http-push-smart.sh: use the GIT_TRACE_CURL environment var
Diffstat (limited to 't/test-lib.sh')
-rw-r--r-- | t/test-lib.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/test-lib.sh b/t/test-lib.sh index eada492d88..ac56512a1c 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); |