Skip to content

Commit b25b7dc

Browse files
committed
fixup! ci: work around a problem with HTTP/2 vs libcurl v8.10.0
1 parent ebc5f5f commit b25b7dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t5551-http-fetch-smart.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ test_expect_success CMDLINE_LIMIT \
386386
test_lazy_prereq UNBROKEN_HTTP2 '
387387
test "$HTTP_PROTO" = HTTP/2 &&
388388
test -z "$(brew info -q curl 2>/dev/null |
389-
sed -n "/^Installed/{N;s/.*8\\.10\\.0.*/BROKEN HTTP2/p}")"
389+
sed -n "/^Installed/{N;s/.*8\\.10\\.0.*/BROKEN HTTP2/p;}")"
390390
'
391391

392392
test_expect_success UNBROKEN_HTTP2 'large fetch-pack requests can be sent using chunked encoding' '

0 commit comments

Comments
 (0)