From a88e44c28460e7c51cec0b0fcc50c027f1fca974 Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Fri, 21 Jan 2022 19:48:35 +0100 Subject: [PATCH] Fix `make brew-test` `brew test` is only usable for non-from-source installations. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ed9ea9b9..0e5c1a12 100644 --- a/Makefile +++ b/Makefile @@ -206,7 +206,8 @@ brew-test: - brew install --build-from-source ./docs/packaging/brew/httpie.rb @echo $(H1)Verifying…$(H1END) - brew test httpie + http --version + https --version @echo $(H1)Auditing…$(H1END) brew audit --strict httpie