Skip to content

Commit 5d7a81d

Browse files
Merge pull request #8846 from mhashizume/maint/rhel9_initd
(maint) Excludes RHEL9 from init_on_systemd test
2 parents 863f3ea + bd977eb commit 5d7a81d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acceptance/tests/resource/service/init_on_systemd.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
test_name 'SysV on default Systemd Service Provider Validation' do
22

3-
confine :to, :platform => /el-|centos|fedora-(2[0-9])/ do |h|
3+
confine :to, :platform => /el-[6-8]|centos|fedora-(2[0-9])/ do |h|
44
on h, 'which systemctl', :acceptable_exit_codes => [0, 1]
55
stdout =~ /systemctl/
66
end

0 commit comments

Comments
 (0)