diff --git a/include/tests_authentication b/include/tests_authentication index e230e9b2..4c36a016 100644 --- a/include/tests_authentication +++ b/include/tests_authentication @@ -958,7 +958,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 ;; @@ -966,7 +966,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