Blame SOURCES/0047-Specify-bootloader-directory-in-the-test-case-for-11.patch

903092
From 2793c9305a1092c03d04a5fe0fa3a56811039447 Mon Sep 17 00:00:00 2001
903092
From: Peter Jones <pjones@redhat.com>
903092
Date: Tue, 1 Sep 2015 11:02:07 -0400
903092
Subject: [PATCH] Specify bootloader directory in the test case for 1152550.
903092
903092
Because otherwise it blows up when built in mock without /boot mounted.
903092
903092
Related: rhbz#1152550
903092
903092
Signed-off-by: Peter Jones <pjones@redhat.com>
903092
---
903092
 test.sh | 2 +-
903092
 1 file changed, 1 insertion(+), 1 deletion(-)
903092
903092
diff --git a/test.sh b/test.sh
903092
index cd2d870..ba466a5 100755
903092
--- a/test.sh
903092
+++ b/test.sh
903092
@@ -547,7 +547,7 @@ if [ "$testgrub2" == "y" ]; then
903092
     # has this being emitted as: set foo="bar=1,2"=1,2"
903092
     # which is wrong.
903092
     grub2Test grub2.16 add/g2-1.16 \
903092
-        --add-kernel=/boot/vmlinuz-foo \
903092
+        --boot-filesystem=/boot --add-kernel=/boot/vmlinuz-foo \
903092
         --copy-default --title 'Red Hat Enterprise Linux Server' \
903092
         --args=root=/dev/mapper/foo--
903092
 
903092
-- 
903092
2.4.3
903092