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.
brew info curl
1 parent 9642643 commit 3967b8eCopy full SHA for 3967b8e
t/t5551-http-fetch-smart.sh
@@ -385,6 +385,7 @@ test_expect_success CMDLINE_LIMIT \
385
# see https://github.com/git-for-windows/git/issues/5159 for full details
386
test_lazy_prereq UNBROKEN_HTTP2 '
387
test "$HTTP_PROTO" = HTTP/2 &&
388
+ { brew info -q curl || :; } &&
389
test -z "$(brew info -q curl 2>/dev/null |
390
sed -n "1s/.* 8\\.10\\.0 .*/BROKEN HTTP2/p")"
391
'
0 commit comments