rdate: use server with RFC 868 support in the test (#8611)

Switch from 0.pool.ntp.org to a server known to have RFC 868 support.
(Some of the time.nist.gov servers also work.)
This commit is contained in:
ilovezfs 2017-01-08 04:27:49 -08:00 committed by GitHub
parent ff4248b9d2
commit 4738182207

View file

@ -21,6 +21,7 @@ class Rdate < Formula
end
test do
system "#{bin}/rdate", "-p", "-t", "2", "0.pool.ntp.org"
# note that the server must support RFC 868
system "#{bin}/rdate", "-p", "-t", "10", "ptbtime1.ptb.de"
end
end