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:
parent
ff4248b9d2
commit
4738182207
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue