From ec741a07907530f89b36a14be9304e355133bad1 Mon Sep 17 00:00:00 2001 From: Stefan Schubert Date: Tue, 12 Nov 2024 16:38:13 +0100 Subject: [PATCH] grub2bls --- test/boot_support_test.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/boot_support_test.rb b/test/boot_support_test.rb index 3949bdcc2..e29bda967 100644 --- a/test/boot_support_test.rb +++ b/test/boot_support_test.rb @@ -42,8 +42,8 @@ expect(subject.SystemSupported).to eq false end - it "returns false if systemd-boot is used and UEFI is not supported" do - Bootloader::BootloaderFactory.current_name = "systemd-boot" + it "returns false if grub2-bls is used and UEFI is not supported" do + Bootloader::BootloaderFactory.current_name = "grub2-bls" allow(subject).to receive(:efi?).and_return(false) expect(subject.SystemSupported).to eq false