aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMisty De Meo2012-04-18 15:43:42 -0500
committerMisty De Meo2012-04-20 10:44:19 -0500
commitaed54ce9667203b67ab0a8fa0241ab1f49104a62 (patch)
tree6d897fa956a03cce55fcc6c2f69ad32952f5cd7f /Library
parentf097ce8953dbc2e02c008ab4158f21cd651d0d5c (diff)
downloadbrew-aed54ce9667203b67ab0a8fa0241ab1f49104a62.tar.bz2
Hardware test: add :arrandale
For some reason :arrandale was missing from the list of hardware in the Intel family in the hardware test.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/test/test_hardware.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/test/test_hardware.rb b/Library/Homebrew/test/test_hardware.rb
index fc3b1df35..e7e047eaa 100644
--- a/Library/Homebrew/test/test_hardware.rb
+++ b/Library/Homebrew/test/test_hardware.rb
@@ -15,7 +15,7 @@ class HardwareTests < Test::Unit::TestCase
def test_hardware_intel_family
if Hardware.cpu_type == :intel
- assert [:core, :core2, :penryn, :nehalem, :sandybridge].include?(Hardware.intel_family)
+ assert [:core, :core2, :penryn, :nehalem, :arrandale, :sandybridge].include?(Hardware.intel_family)
end
end
-end \ No newline at end of file
+end