Skip to content

Commit a88e44c

Browse files
committed
Fix make brew-test
`brew test` is only usable for non-from-source installations.
1 parent c97fe64 commit a88e44c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,8 @@ brew-test:
206206
- brew install --build-from-source ./docs/packaging/brew/httpie.rb
207207

208208
@echo $(H1)Verifying…$(H1END)
209-
brew test httpie
209+
http --version
210+
https --version
210211

211212
@echo $(H1)Auditing…$(H1END)
212213
brew audit --strict httpie

0 commit comments

Comments
 (0)