aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/test/test_bottle_tag.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/test/test_bottle_tag.rb b/Library/Homebrew/test/test_bottle_tag.rb
index d091f9763..f78be8f34 100644
--- a/Library/Homebrew/test/test_bottle_tag.rb
+++ b/Library/Homebrew/test/test_bottle_tag.rb
@@ -29,6 +29,7 @@ class BottleTagTests < Test::Unit::TestCase
def test_tag_tiger_intel_64
MacOS.stubs(:version).returns(MacOS::Version.new("10.4"))
Hardware::CPU.stubs(:type).returns(:intel)
+ MacOS.stubs(:prefer_64_bit?).returns(true)
assert_equal :tiger_64, bottle_tag
end