1
0
Fork 0
chrony/test/system/002-extended
Daniel Baumann 1fb0d187c9
Adding upstream version 4.6.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-21 09:10:31 +02:00

13 lines
235 B
Bash
Executable file

#!/usr/bin/env bash
. ./test.common
test_start "extended configuration"
start_chronyd || test_fail
wait_for_sync || test_fail
stop_chronyd || test_fail
check_chronyd_messages || test_fail
check_chronyd_files || test_fail
test_pass