From e6b8daaf78df0b6f1b41ed43eb2fe4a1c47eeba6 Mon Sep 17 00:00:00 2001 From: Matt Ray Date: Thu, 21 May 2020 06:57:21 +1000 Subject: Fixed armv6l and armv7l tests. Signed-off-by: Matt Ray --- chef-utils/spec/unit/dsl/architecture_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chef-utils/spec/unit') diff --git a/chef-utils/spec/unit/dsl/architecture_spec.rb b/chef-utils/spec/unit/dsl/architecture_spec.rb index 0334b08835..30eab27bfb 100644 --- a/chef-utils/spec/unit/dsl/architecture_spec.rb +++ b/chef-utils/spec/unit/dsl/architecture_spec.rb @@ -132,12 +132,12 @@ RSpec.describe ChefUtils::DSL::Architecture do arch_reports_true_for(:armhf?, :_32_bit?, :arm?) end context "on armv6l" do - let(:arch) { "armhf" } + let(:arch) { "armv6l" } arch_reports_true_for(:armhf?, :_32_bit?, :arm?) end context "on armv7l" do - let(:arch) { "armhf" } + let(:arch) { "armv7l" } arch_reports_true_for(:armhf?, :_32_bit?, :arm?) end -- cgit v1.2.1