From 2bf7e35bf21af9e34a8947b7c0fe224201fc9171 Mon Sep 17 00:00:00 2001 From: mboelen Date: Thu, 9 Oct 2014 00:41:06 +0200 Subject: Added missing -f for GRUB2 bootloader test [BOOT-5121] --- include/tests_boot_services | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/tests_boot_services b/include/tests_boot_services index 19dc2fb1..33083be5 100644 --- a/include/tests_boot_services +++ b/include/tests_boot_services @@ -45,7 +45,7 @@ fi # GRUB2 configuration file - if [ -f /boot/grub/grub.cfg -o /boot/grub2/grub.cfg ]; then + if [ -f /boot/grub/grub.cfg -o -f /boot/grub2/grub.cfg ]; then FOUND=1 BOOT_LOADER="GRUB2" BOOT_LOADER_FOUND=1 -- cgit v1.2.3