From 7ebd012128d899b8d68b1be5bd12a0dfe1718bd9 Mon Sep 17 00:00:00 2001 From: Eloy Duran Date: Thu, 17 Sep 2009 00:24:59 +0200 Subject: [PATCH] Made the Library tests green on 10.6.0 --- Library/Homebrew/unittest.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/unittest.rb b/Library/Homebrew/unittest.rb index 6c1239c7f9..fb9ac0cc99 100755 --- a/Library/Homebrew/unittest.rb +++ b/Library/Homebrew/unittest.rb @@ -447,7 +447,7 @@ class BeerTasting = 6 + if `sw_vers -productVersion` =~ /10\.(\d+)/ and $1.to_i >= 6 assert_equal 3, arches.count assert arches.include?(:x86_64) else