diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/git.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/git.rb b/Library/Formula/git.rb index 7831c5e5c..80aa50660 100644 --- a/Library/Formula/git.rb +++ b/Library/Formula/git.rb @@ -100,7 +100,7 @@ class Git < Formula test do HOMEBREW_REPOSITORY.cd do - `#{bin}/git ls-files -- bin`.chomp == 'bin/brew' + assert_equal 'bin/brew', `#{bin}/git ls-files -- bin`.strip end end end |
