We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebc5f5f commit b25b7dcCopy full SHA for b25b7dc
t/t5551-http-fetch-smart.sh
@@ -386,7 +386,7 @@ test_expect_success CMDLINE_LIMIT \
386
test_lazy_prereq UNBROKEN_HTTP2 '
387
test "$HTTP_PROTO" = HTTP/2 &&
388
test -z "$(brew info -q curl 2>/dev/null |
389
- sed -n "/^Installed/{N;s/.*8\\.10\\.0.*/BROKEN HTTP2/p}")"
+ sed -n "/^Installed/{N;s/.*8\\.10\\.0.*/BROKEN HTTP2/p;}")"
390
'
391
392
test_expect_success UNBROKEN_HTTP2 'large fetch-pack requests can be sent using chunked encoding' '
0 commit comments