t5541-http-push-smart.sh: use the GIT_TRACE_CURL environment var
Use the new GIT_TRACE_CURL environment variable instead of the deprecated GIT_CURL_VERBOSE. Signed-off-by: Elia Pinto <gitter.spiros@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Elia Pinto committed
Sep 5, 2016 at 10:24 UTC
4eee6c6ddc73a3d09e8703a168fe4bb121162d15
1 file changed
+1
-1
t/t5541-http-push-smart.sh
+1
-1
@@ -74,7 +74,7 @@ test_expect_success 'push to remote repository (standard)' '
74
test_tick &&
75
git commit -m path2 &&
76
HEAD=$(git rev-parse --verify HEAD) &&
77
- GIT_CURL_VERBOSE=1 git push -v -v 2>err &&
77
+ GIT_TRACE_CURL=true git push -v -v 2>err &&
78
! grep "Expect: 100-continue" err &&
79
grep "POST git-receive-pack ([0-9]* bytes)" err &&
80
(cd "$HTTPD_DOCUMENT_ROOT_PATH"/test_repo.git &&