From c7a5352cdd16013a1e3d24da722e383639a25608 Mon Sep 17 00:00:00 2001 From: david22swan Date: Tue, 5 Jul 2022 12:54:26 +0100 Subject: [PATCH] (maint) Fix `--random-fully` test to run on RHEL 9 --- spec/acceptance/firewall_attributes_exceptions_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/acceptance/firewall_attributes_exceptions_spec.rb b/spec/acceptance/firewall_attributes_exceptions_spec.rb index 921bd93..3616db5 100644 --- a/spec/acceptance/firewall_attributes_exceptions_spec.rb +++ b/spec/acceptance/firewall_attributes_exceptions_spec.rb @@ -1348,7 +1348,7 @@ describe 'firewall basics', docker: true do end describe 'random-fully' do - supports_random_fully = if os[:family] == 'redhat' && os[:release].start_with?('8') + supports_random_fully = if os[:family] == 'redhat' && os[:release].start_with?('8', '9') true elsif os[:family] == 'debian' && os[:release].start_with?('10') true -- 2.45.2