brag: fix test (#9952)

update test to use a working news server
This commit is contained in:
ilovezfs 2017-02-14 05:12:51 -08:00 committed by GitHub
parent 5bd8c8667e
commit a750c282a0

View file

@ -14,6 +14,6 @@ class Brag < Formula
end
test do
system "#{bin}/brag", "-s", "news.bu.edu", "-L"
system "#{bin}/brag", "-s", "nntp.perl.org", "-L"
end
end