diff --git a/include/tests_logging b/include/tests_logging index 4a15591d..acbbcf5b 100644 --- a/include/tests_logging +++ b/include/tests_logging @@ -317,7 +317,7 @@ LogText "Result: Checking for loghost via name resolving" FIND=$(getent hosts loghost | ${GREPBINARY} loghost) if [ -n "${FIND}" ]; then - SOLARIS_LOGHOST="${FIND" + SOLARIS_LOGHOST="${FIND}" SOLARIS_LOGHOST_FOUND=1 LogText "Result: name resolving was successful" LogText "Output: ${FIND}"