Skip to content

Commit af17998

Browse files
(PA-7110) Fix centos downcase bug
1 parent 75cceca commit af17998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/spec_helper_acceptance_local.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def iptables_version
4242
def pre_setup
4343
LitmusHelper.instance.run_shell('mkdir -p /lib/modules/`uname -r`')
4444
LitmusHelper.instance.run_shell('yum install module-init-tools -y') if fetch_os_name == 'rocky'
45-
LitmusHelper.instance.run_shell('dnf install -y kmod') if fetch_os_name == 'CentOS' && fetch_os_version == '9'
45+
LitmusHelper.instance.run_shell('dnf install -y kmod') if fetch_os_name == 'centos' && fetch_os_version == '9'
4646
LitmusHelper.instance.run_shell('depmod -a')
4747
end
4848

0 commit comments

Comments
 (0)