lynx: use secure URL for test
This commit is contained in:
parent
a01d438fa3
commit
b95a09b41a
1 changed files with 1 additions and 1 deletions
|
@ -31,6 +31,6 @@ class Lynx < Formula
|
|||
end
|
||||
|
||||
test do
|
||||
system "#{bin}/lynx", "-dump", "http://checkip.dyndns.org"
|
||||
system "#{bin}/lynx", "-dump", "https://example.org/"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue