Skip to content

Commit

Permalink
webarchiver: use secure url in test
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#46140.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
  • Loading branch information
vszakats authored and DomT4 committed Nov 19, 2015
1 parent cf6b8f9 commit f714cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/webarchiver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def install
end

test do
system "webarchiver", "-url", "http://www.google.com", "-output", "foo.webarchive"
system "webarchiver", "-url", "https://www.google.com", "-output", "foo.webarchive"
assert_match /Apple binary property list/, shell_output("file foo.webarchive", 0)
end
end

0 comments on commit f714cf9

Please sign in to comment.