git: use new-style test
This commit is contained in:
parent
d525361d27
commit
17d646daac
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue