Skip to content

Commit adc315b

Browse files
committed
chrony: update test
Try to fix: 2025-01-06T06:59:35Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK -RTC +PRIVDROP -SCFILTER -SIGND +ASYNCDNS +NTS +SECHASH +IPV6 -DEBUG) 2025-01-06T06:59:35Z Disabled control of system clock 2025-01-06T07:04:03Z No suitable source for synchronisation 2025-01-06T07:04:03Z chronyd exiting on some CI runs
1 parent 0352800 commit adc315b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/c/chrony.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def install
3131
end
3232

3333
test do
34-
(testpath/"test.conf").write "pool pool.ntp.org iburst\n"
34+
(testpath/"test.conf").write "pool pool.chrony.eu iburst\n"
3535
output = shell_output(sbin/"chronyd -Q -f #{testpath}/test.conf 2>&1")
3636
assert_match(/System clock wrong by -?\d+\.\d+ seconds \(ignored\)/, output)
3737
end

0 commit comments

Comments
 (0)