Skip to content

Commit c7a5352

Browse files
committed
(maint) Fix --random-fully test to run on RHEL 9
1 parent a88f063 commit c7a5352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/acceptance/firewall_attributes_exceptions_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1348,7 +1348,7 @@ class { '::firewall': }
13481348
end
13491349

13501350
describe 'random-fully' do
1351-
supports_random_fully = if os[:family] == 'redhat' && os[:release].start_with?('8')
1351+
supports_random_fully = if os[:family] == 'redhat' && os[:release].start_with?('8', '9')
13521352
true
13531353
elsif os[:family] == 'debian' && os[:release].start_with?('10')
13541354
true

0 commit comments

Comments
 (0)