test: fix packet interval check

This commit is contained in:
Miroslav Lichvar
2014-06-03 14:18:48 +02:00
parent 28876d6afa
commit 34f12c0864
4 changed files with 10 additions and 10 deletions

View File

@@ -19,9 +19,9 @@ allow 192.168.124.0/24"
do
run_test || test_fail
check_chronyd_exit || test_fail
check_packet_interval || test_fail
# These checks are expected to fail
check_source_selection && test_fail
check_packet_interval && test_fail
check_sync && test_fail
done