diff --git a/include/tests_file_permissions b/include/tests_file_permissions index 38ba95be..eed04825 100644 --- a/include/tests_file_permissions +++ b/include/tests_file_permissions @@ -42,7 +42,7 @@ LogText " Actual permissions: ${FILEVALUE}" LogText " Result: $PERMS" if [ "${PERMS}" = "FILE_NOT_FOUND" ]; then - Display --indent 4 --text "${I}" --result "${STATUS_NOT_FOUND}" --color WHITE + if IsVerbose; then Display --indent 4 --text "${I}" --result "${STATUS_NOT_FOUND}" --color WHITE; fi elif [ "${PERMS}" = "OK" ]; then Display --indent 4 --text "${I}" --result "${STATUS_OK}" --color GREEN elif [ "${PERMS}" = "BAD" ]; then