From 8dc9b2080d418e310570b24b1ff257cc5f16cb7d Mon Sep 17 00:00:00 2001 From: mboelen Date: Fri, 12 Sep 2014 14:58:43 +0200 Subject: [PATCH] Removed individual warnings for BOOT-5184 --- include/tests_boot_services | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/tests_boot_services b/include/tests_boot_services index 3d8ce7c1..774a126f 100644 --- a/include/tests_boot_services +++ b/include/tests_boot_services @@ -403,7 +403,6 @@ logtext "Test: checking permissions of file ${J}" IsWorldWritable ${J} if [ "${FileIsWorldWritable}" = "TRUE" ]; then - ReportWarning ${TEST_NO} "H" "Found writable startup script ${J}" logtext "Result: warning, file ${J} is world writable" FOUND=1 else @@ -426,7 +425,6 @@ for I in ${FIND}; do IsWorldWritable ${I} if [ "${FileIsWorldWritable}" = "TRUE" ]; then - ReportWarning ${TEST_NO} "H" "Found writable startup script ${I}" logtext "Result: warning, file ${I} is world writable" FOUND=1 else