From f9b2993f355c84497c24d709ea2c4f955510cbe0 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Wed, 10 Aug 2016 07:24:10 +0200 Subject: Removed unneeded field --- include/tests_boot_services | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/tests_boot_services') diff --git a/include/tests_boot_services b/include/tests_boot_services index 7cc6615d..cd431cab 100644 --- a/include/tests_boot_services +++ b/include/tests_boot_services @@ -658,7 +658,7 @@ LogText "Test: Checking ${CHECKFILE} file for writable bit" if IsWorldWritable ${CHECKFILE}; then FOUND=1 - ReportWarning ${TEST_NO} "H" "Found writable startup script ${CHECKFILE}" + ReportWarning ${TEST_NO} "Found writable startup script ${CHECKFILE}" LogText "Result: warning, file ${CHECKFILE} is world writable" else LogText "Result: good, file ${CHECKFILE} not world writable" -- cgit v1.2.3