Skip to content

Commit 3967b8e

Browse files
committed
TO-DROP: show output of brew info curl
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 9642643 commit 3967b8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

t/t5551-http-fetch-smart.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,7 @@ test_expect_success CMDLINE_LIMIT \
385385
# see https://github.com/git-for-windows/git/issues/5159 for full details
386386
test_lazy_prereq UNBROKEN_HTTP2 '
387387
test "$HTTP_PROTO" = HTTP/2 &&
388+
{ brew info -q curl || :; } &&
388389
test -z "$(brew info -q curl 2>/dev/null |
389390
sed -n "1s/.* 8\\.10\\.0 .*/BROKEN HTTP2/p")"
390391
'

0 commit comments

Comments
 (0)