From 7dbe80c7a4631c16e9eeb22feae4b3c7a46966a4 Mon Sep 17 00:00:00 2001 From: "n[oO]ne" Date: Mon, 25 Jul 2016 09:59:41 +0200 Subject: [PATCH] Make time test 3106 work again (#239) There was a little typo in the test --- include/tests_time | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"