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

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