summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/fixtures/0257-bootloader-mips64.installfile (renamed from tests/fixtures/0257-bootloader-armv7.installfile)2
-rw-r--r--tests/spec/validator_spec.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/fixtures/0257-bootloader-armv7.installfile b/tests/fixtures/0257-bootloader-mips64.installfile
index 2374ae5..657b9f4 100644
--- a/tests/fixtures/0257-bootloader-armv7.installfile
+++ b/tests/fixtures/0257-bootloader-mips64.installfile
@@ -3,5 +3,5 @@ hostname test.machine
pkginstall adelie-base
rootpw $6$gumtLGmHwOVIRpQR$2M9PUO24hy5mofzWWf9a.YLbzOgOlUby1g0hDj.wG67E2wrrvys59fq02PPdxBdbgkLZFtjfEx6MHZwMBamwu/
mount /dev/sda1 /
-arch armv7
+arch mips64
bootloader /dev/sda
diff --git a/tests/spec/validator_spec.rb b/tests/spec/validator_spec.rb
index 8f33330..d45b6e8 100644
--- a/tests/spec/validator_spec.rb
+++ b/tests/spec/validator_spec.rb
@@ -1237,7 +1237,7 @@ RSpec.describe 'HorizonScript validation', :type => :aruba do
expect(last_command_started).to have_output(/error: .*bootloader.*/)
end
it "fails when loader not specified and architecture doesn't have default" do
- use_fixture '0257-bootloader-armv7.installfile'
+ use_fixture '0257-bootloader-mips64.installfile'
run_validate
expect(last_command_started).to have_output(/error: .*bootloader: no default.*/)
end