From b25b7dcc93920ef21ad715da076fafede04483dd Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Tue, 24 Sep 2024 09:58:31 +0200 Subject: [PATCH] fixup! ci: work around a problem with HTTP/2 vs libcurl v8.10.0 --- t/t5551-http-fetch-smart.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/t5551-http-fetch-smart.sh b/t/t5551-http-fetch-smart.sh index 4860e7eabb9d82..85fd0a197d0356 100755 --- a/t/t5551-http-fetch-smart.sh +++ b/t/t5551-http-fetch-smart.sh @@ -386,7 +386,7 @@ test_expect_success CMDLINE_LIMIT \ test_lazy_prereq UNBROKEN_HTTP2 ' test "$HTTP_PROTO" = HTTP/2 && test -z "$(brew info -q curl 2>/dev/null | - sed -n "/^Installed/{N;s/.*8\\.10\\.0.*/BROKEN HTTP2/p}")" + sed -n "/^Installed/{N;s/.*8\\.10\\.0.*/BROKEN HTTP2/p;}")" ' test_expect_success UNBROKEN_HTTP2 'large fetch-pack requests can be sent using chunked encoding' '