Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
t5541-http-push-smart.sh: use the GIT_TRACE_CURL environment var
author
Elia Pinto
<gitter.spiros@gmail.com>
Mon, 5 Sep 2016 10:24:41 +0000
(10:24 +0000)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 7 Sep 2016 18:41:39 +0000
(11:41 -0700)
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>
t/t5541-http-push-smart.sh
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
6ebdac1
)
diff --git
a/t/t5541-http-push-smart.sh
b/t/t5541-http-push-smart.sh
index 4840c71f02a388eeae8223c7f4e67c51ecf745b2..d38bf32470c592f89cbd31aa08a3c1de6fffe540 100755
(executable)
--- a/
t/t5541-http-push-smart.sh
+++ b/
t/t5541-http-push-smart.sh
@@
-74,7
+74,7
@@
test_expect_success 'push to remote repository (standard)' '
test_tick &&
git commit -m path2 &&
HEAD=$(git rev-parse --verify HEAD) &&
- GIT_
CURL_VERBOSE=1
git push -v -v 2>err &&
+ GIT_
TRACE_CURL=true
git push -v -v 2>err &&
! grep "Expect: 100-continue" err &&
grep "POST git-receive-pack ([0-9]* bytes)" err &&
(cd "$HTTPD_DOCUMENT_ROOT_PATH"/test_repo.git &&