diff --git a/include/tests_nameservices b/include/tests_nameservices index 19189898..2ae503e3 100644 --- a/include/tests_nameservices +++ b/include/tests_nameservices @@ -644,15 +644,15 @@ if [ "${FIND}" = "127.0.0.1" ]; then LogText "Result: localhost mapped to 127.0.0.1" Display --indent 4 --text "- Checking /etc/hosts (localhost to IP)" --result "${STATUS_OK}" --color GREEN - report "localhost-mapped-to=${FIND}" + Report "localhost-mapped-to=${FIND}" elif [ "${FIND}" = "::1" ]; then LogText "Result: localhost mapped to ::1" Display --indent 4 --text "- Checking /etc/hosts (localhost to IP)" --result "${STATUS_OK}" --color GREEN - report "localhost-mapped-to=${FIND}" + Report "localhost-mapped-to=${FIND}" elif [ "${FIND}" = "127.0.0.1::1" ]; then LogText "Result: localhost mapped to 127.0.0.1 and ::1" Display --indent 4 --text "- Checking /etc/hosts (localhost to IP)" --result "${STATUS_OK}" --color GREEN - report "localhost-mapped-to=${FIND}" + Report "localhost-mapped-to=${FIND}" else LogText "Output: ${FIND}" LogText "Result: this server hostname is not mapped to a local address"