chrony/test/simulation/106-refclock
Miroslav Lichvar a63e18edb8 test: specify files with path in source commands
This should prevent sourcing of an unrelated file found in $PATH.
2016-02-05 15:20:40 +01:00

18 lines
290 B
Bash
Executable file

#!/bin/bash
. ./test.common
test_start "SHM refclock"
servers=0
limit=1000
refclock_jitter=$jitter
min_sync_time=45
max_sync_time=70
client_conf="refclock SHM 0"
run_test || test_fail
check_chronyd_exit || test_fail
check_source_selection || test_fail
check_sync || test_fail
test_pass