aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
diff options
context:
space:
mode:
authorMike McQuaid2017-02-24 17:14:39 +0000
committerGitHub2017-02-24 17:14:39 +0000
commit7077717af9cc9b40c8bb61cf3cb15e3b5fe5d209 (patch)
tree0165f36df310e10abde50804437497d802288598 /Library/Homebrew/test
parent7a0fa34a80ce2fb30154d1ae2d0e9a56eda201c4 (diff)
parent1284f29561d944e069d201db9043489417b85ff4 (diff)
downloadbrew-7077717af9cc9b40c8bb61cf3cb15e3b5fe5d209.tar.bz2
Merge pull request #1637 from broder/mirror_audit
Updated resource auditing to detect invalid mirrors when using --online
Diffstat (limited to 'Library/Homebrew/test')
-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",