Skip to content
Snippets Groups Projects
Commit 5568f185 authored by Misty De Meo's avatar Misty De Meo
Browse files

Bottle tag tests: fix Tiger Intel 64

parent 31d705d4
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment