mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-04 15:55:06 -05:00
14 lines
192 B
Bash
Executable File
14 lines
192 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
. ./test.common
|
|
|
|
test_start "minimal configuration"
|
|
|
|
minimal_config=1
|
|
|
|
start_chronyd || test_fail
|
|
stop_chronyd || test_fail
|
|
check_chronyd_messages || test_fail
|
|
|
|
test_pass
|