diff options
| author | Mike McQuaid | 2017-08-08 11:00:40 +0100 | 
|---|---|---|
| committer | GitHub | 2017-08-08 11:00:40 +0100 | 
| commit | 00c8d71a23e15688ae7e5d1c20079f15b81a3bbb (patch) | |
| tree | ac5212ddc4307620cb4fde70523d80b31c6bff8e /Library/Homebrew/test | |
| parent | fabcad3c6426105e9bfde9423c5981479be2d87e (diff) | |
| parent | 3b7113b304b9b377fa99fce1a4b0b66be1b0d77b (diff) | |
| download | brew-00c8d71a23e15688ae7e5d1c20079f15b81a3bbb.tar.bz2 | |
Merge pull request #3019 from rwhogg/new-fedora-pkgsearch
cmd/search: use new Fedora package search
Diffstat (limited to 'Library/Homebrew/test')
| -rw-r--r-- | Library/Homebrew/test/cmd/search_spec.rb | 2 | 
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 06b7073d8..bd2056a48 100644 --- a/Library/Homebrew/test/cmd/search_spec.rb +++ b/Library/Homebrew/test/cmd/search_spec.rb @@ -44,7 +44,7 @@ describe "brew search", :integration_test do      "fink" => "http://pdb.finkproject.org/pdb/browse.php?summary=testball",      "debian" => "https://packages.debian.org/search?keywords=testball&searchon=names&suite=all§ion=all",      "opensuse" => "https://software.opensuse.org/search?q=testball", -    "fedora" => "https://admin.fedoraproject.org/pkgdb/packages/%2Atestball%2A/", +    "fedora" => "https://apps.fedoraproject.org/packages/s/testball",      "ubuntu" => "http://packages.ubuntu.com/search?keywords=testball&searchon=names&suite=all§ion=all",    }.each do |flag, url|      specify "--#{flag}" do  | 
