diff --git a/include/tests_authentication b/include/tests_authentication index ad24a432..df4f3cb7 100644 --- a/include/tests_authentication +++ b/include/tests_authentication @@ -955,7 +955,7 @@ for UMASK_VALUE in ${FIND}; do case ${UMASK_VALUE} in 027|0027|077|0077) - logtext "Result: found umask value ${VALUE}, which is fine" + logtext "Result: found umask value ${UMASK_VALUE}, which is fine" AddHP 2 2 FOUND=1 ;; @@ -963,7 +963,7 @@ AddHP 0 2 FOUND=1 WEAK_UMASK=1 - logtext "Result: found umask value ${VALUE}, which can be more strict" + logtext "Result: found umask value ${UMASK_VALUE}, which can be more strict" ;; esac done