summaryrefslogtreecommitdiffstats
path: root/test/system/001-minimal
blob: 107fa3f64a9eeadaa630d8604e736afd2f40a340 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/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