]> git.ipfire.org Git - thirdparty/git.git/commit - t/test-lib.sh
test-lib.sh: preserve GIT_TRACE_CURL from the environment
authorElia Pinto <gitter.spiros@gmail.com>
Mon, 5 Sep 2016 10:24:42 +0000 (10:24 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 7 Sep 2016 18:41:40 +0000 (11:41 -0700)
commit4527aa10a6030fc8b4b65f1081b7089a9c6d9457
tree0dcd97964c4822e50e10fd1a288c2f752320d7e6
parent4eee6c6ddc73a3d09e8703a168fe4bb121162d15
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 <gitter.spiros@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/test-lib.sh