aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
diff options
context:
space:
mode:
authorMike McQuaid2017-08-22 22:22:09 +0100
committerGitHub2017-08-22 22:22:09 +0100
commit97c75bfd40084cfa2512fe55a7b292886ff6d023 (patch)
treec6ee9cef41e81f99d43ccb9fccd75940452f69c1 /Library/Homebrew/test
parent9d6ae89ea329d541103a9629a2f94144b39c6ba6 (diff)
parentb44c7a1022976a4fcd9e7ea9b6069ec971d6b235 (diff)
downloadbrew-97c75bfd40084cfa2512fe55a7b292886ff6d023.tar.bz2
Merge pull request #3077 from vszakats/https1708
upgrade more urls to https
Diffstat (limited to 'Library/Homebrew/test')
-rw-r--r--Library/Homebrew/test/cmd/search_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/cmd/search_spec.rb b/Library/Homebrew/test/cmd/search_spec.rb
index 77c2c6352..36ddde3e1 100644
--- a/Library/Homebrew/test/cmd/search_spec.rb
+++ b/Library/Homebrew/test/cmd/search_spec.rb
@@ -53,7 +53,7 @@ describe "brew search", :integration_test do
"debian" => "https://packages.debian.org/search?keywords=testball&searchon=names&suite=all&section=all",
"opensuse" => "https://software.opensuse.org/search?q=testball",
"fedora" => "https://apps.fedoraproject.org/packages/s/testball",
- "ubuntu" => "http://packages.ubuntu.com/search?keywords=testball&searchon=names&suite=all&section=all",
+ "ubuntu" => "https://packages.ubuntu.com/search?keywords=testball&searchon=names&suite=all&section=all",
}.each do |flag, url|
specify "--#{flag}" do
expect { brew "search", "--#{flag}", "testball", "HOMEBREW_BROWSER" => "echo" }