lynx: use secure URL for test

This commit is contained in:
Viktor Szakats 2017-03-20 23:20:21 +01:00 committed by Tomasz Pajor
parent a01d438fa3
commit b95a09b41a

View file

@ -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