Minor reword ("latest" -> "latest installed") (#174)

This commit is contained in:
Eric Light 2016-04-25 19:33:55 +12:00 committed by Michael Boelen
parent 904da4d123
commit c0f86fef09
1 changed files with 1 additions and 1 deletions

View File

@ -438,7 +438,7 @@
#
# Test : KRNL-5830
# Description : Check if system needs a reboot (Linux only)
Register --test-no KRNL-5830 --os Linux --weight L --network NO --description "Checking if system is running on the latest kernel"
Register --test-no KRNL-5830 --os Linux --weight L --network NO --description "Checking if system is running on the latest installed kernel"
if [ ${SKIPTEST} -eq 0 ]; then
REBOOT_NEEDED=2
FILE="/var/run/reboot-required.pkgs"