Skip to content

Commit

Permalink
fixed testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Jun 28, 2023
1 parent 020de9c commit 2fa2520
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/systemdboot_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
allow(Yast::Installation).to receive(:destdir).and_return(File.expand_path("data/", __dir__))
expect(Yast::Execute).to receive(:on_target!)
.with("/usr/bin/kernel-install", "add", "testkernel", "/usr/lib/modules/testkernel/vmlinuz")
expect(CFA::SystemdBoot).to receive(:save)

subject.menue_timeout = 10
subject.write
Expand Down

0 comments on commit 2fa2520

Please sign in to comment.