Skip to content

Commit

Permalink
Merge pull request #1097 from yast/fix-lan-test
Browse files Browse the repository at this point in the history
Fix Lan test
  • Loading branch information
imobachgs committed Sep 1, 2020
2 parents 7bf1060 + 27d9648 commit 6268276
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/lan_test.rb
Expand Up @@ -512,6 +512,8 @@ def expect_modification_succeedes(modname, method)
allow(Yast::SCR).to receive(:Read)
.with(path(".target.string"), /sysctl.conf/)
.and_return(sysctl_content)
allow(Yast::SCR).to receive(:Execute)
.with(path(".target.bash"), /sysctl -w/)
allow(Yast::SCR).to receive(:Write)
.with(path(".sysconfig.windowmanager.KDE_USE_IPV6"), String)
end
Expand Down

0 comments on commit 6268276

Please sign in to comment.