From 6810bd9cec33ee112d59d6d743c29cd7793b21c6 Mon Sep 17 00:00:00 2001 From: Christoph Galuschka Date: Aug 09 2012 07:48:25 +0000 Subject: changed 0_lib/functions.sh: fixed second typo :( --- 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