From 9dabecadbf905869b1948d6751798f0b35b671cf Mon Sep 17 00:00:00 2001 From: marcus-cr Date: Wed, 19 Oct 2016 05:17:33 -0400 Subject: Update tests_time (#294) --- include/tests_time | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/tests_time') diff --git a/include/tests_time b/include/tests_time index de82561a..cd76b2d9 100644 --- a/include/tests_time +++ b/include/tests_time @@ -319,7 +319,7 @@ # Test : TIME-3128 # Description : Check time source candidates if [ ${NTPD_RUNNING} -eq 1 -a ! "${NTPQBINARY}" = "" ]; then PREQS_MET="YES"; else PREQS_MET="NO"; fi - Register --test-no TIME-3128 --preqs-met ${PREQS_MET} --weight L --network NO --category security --description "Check preffered time source" + Register --test-no TIME-3128 --preqs-met ${PREQS_MET} --weight L --network NO --category security --description "Check preferred time source" if [ ${SKIPTEST} -eq 0 ]; then LogText "Test: Checking preferred time source" FIND=$(${NTPQBINARY} -p -n | ${GREPBINARY} '^+' | ${AWKBINARY} '{ print $1 }') -- cgit v1.2.3