diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-03-24 07:36:00 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-03-24 07:36:00 -0500 |
commit | edad6721912ddedea21150f74cbb52a98f3910ee (patch) | |
tree | f83b44d7b9def2c3f49d8e4a3e4ba84dd3c2a9ab /tests | |
parent | 30528220252d1c3d989209c2ae43519c61512087 (diff) | |
download | horizon-edad6721912ddedea21150f74cbb52a98f3910ee.tar.gz horizon-edad6721912ddedea21150f74cbb52a98f3910ee.tar.bz2 horizon-edad6721912ddedea21150f74cbb52a98f3910ee.tar.xz horizon-edad6721912ddedea21150f74cbb52a98f3910ee.zip |
tests: Update Simulator test's parted MBR label type name
Diffstat (limited to 'tests')
-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 |