Skip to content

Commit

Permalink
Fix building in s390 architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Nov 24, 2017
1 parent a5e53eb commit afb7f59
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/AutoinstPartPlan_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ def devicegraph_from(file_name)
end

describe "Yast::AutoinstPartPlan" do
before do
allow(Yast::Arch).to receive(:architecture).and_return("x86_64")
end

subject do
# Postpone AutoinstPartPlan.main until it is needed.
Expand Down

0 comments on commit afb7f59

Please sign in to comment.