File: 001-defaults

package info (click to toggle)
chrony 4.6.1-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,760 kB
  • sloc: ansic: 37,943; sh: 5,436; yacc: 862; makefile: 227
file content (13 lines) | stat: -rwxr-xr-x 234 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/env bash

. ./test.common

test_start "default test settings"

run_test || test_fail
check_chronyd_exit || test_fail
check_source_selection || test_fail
check_packet_interval || test_fail
check_sync || test_fail

test_pass