From d80bf2f437bb64a112540eb20d58c8db2c3b632b Mon Sep 17 00:00:00 2001 From: Alexander Lobodzinski Date: Tue, 22 Sep 2015 12:00:44 +0200 Subject: [PATCH] Bugfix: wrong logtext for HRDN-7230 --- include/tests_hardening | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tests_hardening b/include/tests_hardening index 713264b9..69cca70c 100644 --- a/include/tests_hardening +++ b/include/tests_hardening @@ -96,7 +96,7 @@ # Description : Check for installed malware scanners Register --test-no HRDN-7230 --weight L --network NO --description "Check for malware scanner" if [ ${SKIPTEST} -eq 0 ]; then - logtext "Test: Check if one or more compilers can be found on the system" + logtext "Test: Check if a malware scanner is installed" if [ ${MALWARE_SCANNER_INSTALLED} -eq 1 ]; then logtext "Result: found at least one malware scanner" Display --indent 4 --text "- Installed malware scanner" --result "FOUND" --color GREEN