Skip to content

Commit

Permalink
grub2bls
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Nov 12, 2024
1 parent d9d0d4d commit ec741a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/boot_support_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ec741a0

Please sign in to comment.