summaryrefslogtreecommitdiff
path: root/tests/spec/simulator_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tests/spec/simulator_spec.rb')
-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 bded726..10580ac 100644
--- a/tests/spec/simulator_spec.rb
+++ b/tests/spec/simulator_spec.rb
@@ -40,7 +40,7 @@ RSpec.describe 'HorizonScript Simulator', :type => :aruba do
it "creates Apple Partition Maps correctly" do
use_fixture '0122-disklabel-apm.installfile'
run_simulate
- expect(last_command_started.stdout).to include("parted -ms /dev/sda mklabel apm")
+ expect(last_command_started.stdout).to include("parted -ms /dev/sda mklabel mac")
end
it "creates GUID Partition Tables correctly" do
use_fixture '0124-disklabel-gpt.installfile'