Skip to content

Commit

Permalink
evaluate grub2-bls architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Nov 14, 2024
1 parent 953b4c8 commit 96d5b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/grub2_bls_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
end

describe "#packages" do
it "adds grub2* and sdbootutil packages" do
it "adds grub2-<arch>-efi-bls and sdbootutil packages" do
allow(Yast::Arch).to receive(:architecture).and_return("x86_64")
allow(Yast::Package).to receive(:Available).with("os-prober").and_return(true)
expect(subject.packages).to include("grub2-" + Yast::Arch.architecture + "-efi-bls")
Expand Down

0 comments on commit 96d5b8b

Please sign in to comment.