aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/hub.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/hub.rb')
-rw-r--r--Library/Formula/hub.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/hub.rb b/Library/Formula/hub.rb
index 1b6cf3020..0ef8ef6b5 100644
--- a/Library/Formula/hub.rb
+++ b/Library/Formula/hub.rb
@@ -14,7 +14,7 @@ class Hub < Formula
test do
HOMEBREW_REPOSITORY.cd do
- `#{bin}/hub ls-files -- bin`.chomp == 'bin/brew'
+ assert_equal 'bin/brew', `#{bin}/git ls-files -- bin`.strip
end
end
end