From f14072d21696595799122de4c3f8b32a409eda83 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Wed, 10 Aug 2016 07:12:41 +0200 Subject: [PATCH] Removed unneeded field for warnings and suggestions --- include/tests_homedirs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tests_homedirs b/include/tests_homedirs index a6034a02..c33d8366 100644 --- a/include/tests_homedirs +++ b/include/tests_homedirs @@ -70,7 +70,7 @@ LogText "Result: the following files seem to be of the wrong file type:" LogText "Output: ${FIND}" LogText "Info: above files could be redirected files to avoid logging and should be investigated" - ReportWarning ${TEST_NO} "M" "Incorrect file type found for shell history file" + ReportWarning ${TEST_NO} "Incorrect file type found for shell history file" fi LogText "Remarks: History files are normally of the type 'file'. Symbolic links and other types can be riskful." else