Skip to content

Commit

Permalink
TO-DROP: show output of brew info curl
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho committed Sep 24, 2024
1 parent 9642643 commit 3967b8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/t5551-http-fetch-smart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,7 @@ test_expect_success CMDLINE_LIMIT \
# see https://github.com/git-for-windows/git/issues/5159 for full details
test_lazy_prereq UNBROKEN_HTTP2 '
test "$HTTP_PROTO" = HTTP/2 &&
{ brew info -q curl || :; } &&
test -z "$(brew info -q curl 2>/dev/null |
sed -n "1s/.* 8\\.10\\.0 .*/BROKEN HTTP2/p")"
'
Expand Down

0 comments on commit 3967b8e

Please sign in to comment.