git: use new-style test

This commit is contained in:
Jack Nagel 2013-01-07 12:08:31 -06:00
parent d525361d27
commit 17d646daac

View file

@ -85,7 +85,7 @@ class Git < Formula
EOS
end
def test
test do
HOMEBREW_REPOSITORY.cd do
`#{bin}/git ls-files -- bin`.chomp == 'bin/brew'
end