diff --git a/tests/0_lib/functions.sh b/tests/0_lib/functions.sh index 7eeeaa1..93e159e 100755 --- a/tests/0_lib/functions.sh +++ b/tests/0_lib/functions.sh @@ -103,7 +103,7 @@ function t_DistCheck rpm -q --queryformat '%{version}\n' centos-release } # Additionally set distro release to $centos_ver -#centos_ver=$(t_DistCheck) +centos_ver=$(t_DistCheck) # Description: Get a package (rpm) version number function t_GetPkgVer