diff --git a/tests/r_lamp/50_lamp_check_mysql55.sh b/tests/r_lamp/50_lamp_check_mysql55.sh index 24ae83c..d81edd4 100755 --- a/tests/r_lamp/50_lamp_check_mysql55.sh +++ b/tests/r_lamp/50_lamp_check_mysql55.sh @@ -10,7 +10,7 @@ # starting with 5.10, we have to differ between mysql55 and mysql if [ "$centos_ver" = "7" ] ; then - t_Log "no mysql55 on CentOS 5 ... SKIP" + t_Log "no mysql55 on CentOS 7 ... SKIP" exit 0 fi