diff --git a/include/tests_time b/include/tests_time index 93742236..2b97248f 100644 --- a/include/tests_time +++ b/include/tests_time @@ -450,11 +450,9 @@ wait_for_keypress if [ -f ${FILE} ]; then LogText "Result: found ${FILE}" if IsWorldWritable ${FILE}; then - echo $? - echo "File ${FILE} is writable!!!!" + ReportWarning "${TEST_NO}" "Found world writable configuration file" fi Report "ntp_config_file[]=${FILE}" - fi done fi