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 d49a21f14..9dd1b7de1 100644
--- a/Library/Formula/hub.rb
+++ b/Library/Formula/hub.rb
@@ -21,7 +21,7 @@ class Hub < Formula
test do
HOMEBREW_REPOSITORY.cd do
- assert_equal 'bin/brew', `#{bin}/hub ls-files -- bin`.strip
+ assert_equal "bin/brew", shell_output("#{bin}/hub ls-files -- bin").strip
end
end
end