aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/audit_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/test/audit_test.rb')
-rw-r--r--Library/Homebrew/test/audit_test.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Homebrew/test/audit_test.rb b/Library/Homebrew/test/audit_test.rb
index 9165edef1..1d93c31e0 100644
--- a/Library/Homebrew/test/audit_test.rb
+++ b/Library/Homebrew/test/audit_test.rb
@@ -419,9 +419,8 @@ class FormulaAuditorTests < Homebrew::TestCase
EOS
fa.audit_homepage
- assert_equal ["The homepage should start with http or https " \
- "(URL is #{fa.formula.homepage}).", "The homepage #{fa.formula.homepage} is not reachable " \
- "(HTTP status code 000)"], fa.problems
+ assert_equal ["The homepage should start with http or https (URL is #{fa.formula.homepage})."],
+ fa.problems
formula_homepages = {
"bar" => "http://www.freedesktop.org/wiki/bar",