diff options
Diffstat (limited to 'tests/spec/simulator_spec.rb')
-rw-r--r-- | tests/spec/simulator_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/spec/simulator_spec.rb b/tests/spec/simulator_spec.rb index 9d41356..c965d85 100644 --- a/tests/spec/simulator_spec.rb +++ b/tests/spec/simulator_spec.rb @@ -46,7 +46,7 @@ RSpec.describe 'HorizonScript Simulator', :type => :aruba do it "creates MBR tables correctly" do use_fixture '0123-disklabel-mbr.installfile' run_simulate - expect(last_command_started.stdout).to include("parted -ms /dev/sda mklabel mbr") + expect(last_command_started.stdout).to include("parted -ms /dev/sda mklabel msdos") end end context "simulating 'lvm_pv' execution" do |