Skip to content

Commit bf43e29

Browse files
authored
Merge pull request #1057 from david22swan/maint/main/random_fully
(maint) Fix `--random-fully` test to run on RHEL 9
2 parents a88f063 + c7a5352 commit bf43e29

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)