diff --git a/include/tests_ports_packages b/include/tests_ports_packages index 727bed72..188c8470 100644 --- a/include/tests_ports_packages +++ b/include/tests_ports_packages @@ -231,7 +231,7 @@ report "available_update[]=${I}" FOUND=1 done - if [ ${FOUND} eq 1 ]; then + if [ ${FOUND} -eq 1 ]; then Display --indent 4 --text "- Searching update status (checkupdates)" --result "OUTDATED" --color YELLOW ReportSuggestion "${TEST_NO}" "Perform update of system updates as this system uses rolling updates" else