diff --git a/include/tests_time b/include/tests_time index d9a0645b..caed09c3 100644 --- a/include/tests_time +++ b/include/tests_time @@ -203,7 +203,7 @@ Register --test-no TIME-3106 --preqs-met ${PREQS_MET} --weight L --network NO --category security --description "Check systemd NTP time synchronization status" if [ ${SKIPTEST} -eq 0 ]; then LogText "Test: Check the status of time synchronization via timedatectl" - FIND=`${TIMEDATECTL} status | grep "NTP sychronized: yes"` + FIND=`${TIMEDATECTL} status | grep "NTP synchronized: yes"` if [ "${FIND}" = "" ]; then LogText "Result: time not synchronized via NTP" ReportSuggestion "${TEST_NO}" "Check timedatectl output. Sychronization via NTP is enabled, but status reflects it is not synchronized"