Skip to content

Commit

Permalink
added yast-bootloader
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Nov 13, 2024
1 parent a0c6927 commit 70bfe74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/boot_support_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
allow(subject).to receive(:efi?).and_return(false)

expect(subject.SystemSupported).to eq false
end
end

it "returns false if neither generic mbr nor grub2 mbr is written" do
allow(bootloader).to receive(:stage1)
Expand Down

0 comments on commit 70bfe74

Please sign in to comment.