Skip to content

Commit

Permalink
Merge pull request #54 from ancorgs/fix_tests
Browse files Browse the repository at this point in the history
Fix defective test
  • Loading branch information
ancorgs committed Jan 5, 2016
2 parents be0d0f3 + 9869286 commit 971551d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/kdump_test.rb
Expand Up @@ -368,7 +368,7 @@
before do
Yast::Mode.SetMode(mode)
# FIXME: current tests do not cover fadump (ppc64 specific)
allow(Yast::Kdump).to receive(:fadump_supported?).and_return false
allow(Yast::Kdump.system).to receive(:supports_fadump?).and_return false
end

context "during autoinstallation" do
Expand Down

0 comments on commit 971551d

Please sign in to comment.