Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Jan 23, 2024
1 parent e221e10 commit 560184f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/system/test/kernel_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@

describe ".ParseInstallationKernelCmdline" do
before do
allow(Yast::SCR).to receive(:Dir).with(path(".etc.install_inf")).and_return(["CmdLine"])
allow(Yast::SCR).to receive(:Read).with(path(".etc.install_inf.Cmdline")).and_return(cmdline)
allow(Yast::Stage).to receive(:initial).and_return(true)
allow(Yast::Arch).to receive(:architecture).and_return("x86_64")
Expand Down

0 comments on commit 560184f

Please sign in to comment.