aboutsummaryrefslogtreecommitdiffstats
path: root/t/t5559-http-fetch-smart-http2.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-11-23 11:22:23 +0900
committerJunio C Hamano <gitster@pobox.com>2022-11-23 11:22:23 +0900
commit6adf17050b1b28612fd49a11b302b959fee1e192 (patch)
treeca483fc3f2fe8a426922ec7b14ca2268966cf0ae /t/t5559-http-fetch-smart-http2.sh
parent4b76998ff0e960759f492f1390e00b24c90537b8 (diff)
parentb637a41ebe0e65b6d64dd65efaf848b4705dcbed (diff)
downloadgit-6adf17050b1b28612fd49a11b302b959fee1e192.tar.gz
Merge branch 'gc/redact-h2h3-headers'
Redact headers from cURL's h2h3 module in GIT_CURL_VERBOSE and others. * gc/redact-h2h3-headers: http: redact curl h2h3 headers in info t: run t5551 tests with both HTTP and HTTP/2
Diffstat (limited to 't/t5559-http-fetch-smart-http2.sh')
-rwxr-xr-xt/t5559-http-fetch-smart-http2.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/t/t5559-http-fetch-smart-http2.sh b/t/t5559-http-fetch-smart-http2.sh
new file mode 100755
index 0000000000..9eece71c2c
--- /dev/null
+++ b/t/t5559-http-fetch-smart-http2.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+HTTP_PROTO=HTTP/2
+. ./t5551-http-fetch-smart.sh