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

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