summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2020-03-24 07:36:00 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2020-03-24 07:36:00 -0500
commitedad6721912ddedea21150f74cbb52a98f3910ee (patch)
treef83b44d7b9def2c3f49d8e4a3e4ba84dd3c2a9ab /tests
parent30528220252d1c3d989209c2ae43519c61512087 (diff)
downloadhorizon-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.rb2
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