From feb75dce332e7e8bfa0aaef53190e83e01dab875 Mon Sep 17 00:00:00 2001 From: Stephen Date: Thu, 19 Jan 2017 20:05:49 -0800 Subject: [PATCH] test git Closes #9085. Signed-off-by: Tomasz Pajor --- Formula/git.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/git.rb b/Formula/git.rb index 1c6958962b5..57abd27da64 100644 --- a/Formula/git.rb +++ b/Formula/git.rb @@ -93,6 +93,7 @@ class Git < Formula ] args << "NO_OPENSSL=1" << "APPLE_COMMON_CRYPTO=1" if build.without? "brewed-openssl" + system "make", "test", *args system "make", "install", *args # Install the macOS keychain credential helper