httpdiff: secure url(s) in test

master
Viktor Szakats 2017-04-16 02:05:50 +02:00 committed by ilovezfs
parent bed240c9d5
commit 87b9acbe0d
1 changed files with 1 additions and 1 deletions

View File

@ -20,6 +20,6 @@ class Httpdiff < Formula
end
test do
system bin/"httpdiff", "http://brew.sh", "http://brew.sh"
system bin/"httpdiff", "https://brew.sh/", "https://brew.sh/"
end
end