From 017f573fa643bf71ebefc71f8f69960fa5b9edc5 Mon Sep 17 00:00:00 2001 From: Christoph Galuschka Date: Jun 30 2014 16:38:58 +0000 Subject: fixed typo (not functional) --- 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