Removed unneeded field for warnings and suggestions

This commit is contained in:
Michael Boelen 2016-08-10 07:12:35 +02:00
parent 1715a1e2b5
commit dddfbdcb0a
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
Display --indent 4 --text "${I}" --result "${STATUS_OK}" --color GREEN Display --indent 4 --text "${I}" --result "${STATUS_OK}" --color GREEN
elif [ "${PERMS}" = "BAD" ]; then elif [ "${PERMS}" = "BAD" ]; then
Display --indent 4 --text "${I}" --result "${STATUS_WARNING}" --color RED Display --indent 4 --text "${I}" --result "${STATUS_WARNING}" --color RED
ReportWarning ${TEST_NO} "M" "Incorrect permissions for file ${I}" ReportWarning ${TEST_NO} "Incorrect permissions for file ${I}"
else else
LogText "UNKNOWN status for file" LogText "UNKNOWN status for file"
fi fi