aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/git.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/git.rb')
-rw-r--r--Library/Formula/git.rb2
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