diff --git a/include/tests_hardening b/include/tests_hardening index 055cd4b5..ad10e568 100644 --- a/include/tests_hardening +++ b/include/tests_hardening @@ -54,7 +54,7 @@ logtext "Test: Check file permissions for as (Assembler)" IsWorldExecutable ${ASBINARY} if [ $? -eq 1 ]; then - logtext "Binary: ${ASBINARY} (world executable: ${FileIsWorldExecutable})" + logtext "Binary: found ${ASBINARY} (world executable)" AddHP 2 3 HARDEN_COMPILERS_NEEDED=1 else @@ -66,7 +66,7 @@ logtext "Test: Check file permissions for GCC compiler" IsWorldExecutable ${GCCBINARY} if [ $? -eq 1 ]; then - logtext "Binary: ${GCCBINARY} (world executable: ${FileIsWorldExecutable})" + logtext "Binary: found ${GCCBINARY} (world executable)" AddHP 2 3 HARDEN_COMPILERS_NEEDED=1 else