Skip to content

Commit

Permalink
fixup! ci: work around a problem with HTTP/2 vs libcurl v8.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dscho committed Sep 24, 2024
1 parent dfe613e commit ebc5f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t5551-http-fetch-smart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 "1s/.* 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' '
Expand Down

0 comments on commit ebc5f5f

Please sign in to comment.