From 685022f74d23d2fefda7a955c62281af048e73d0 Mon Sep 17 00:00:00 2001 From: Christoph Galuschka Date: Nov 10 2012 22:10:19 +0000 Subject: and remove added debugging to mysqld_conn test --- diff --git a/tests/p_mysql/mysqld_conn_test.sh b/tests/p_mysql/mysqld_conn_test.sh index 4ad8546..8836de9 100755 --- a/tests/p_mysql/mysqld_conn_test.sh +++ b/tests/p_mysql/mysqld_conn_test.sh @@ -3,8 +3,6 @@ t_Log "Running $0 - mysqld client can talk to mysql server." HostName=$(hostname --fqdn) MySqlHostName=$(mysql -N -B -u root -e "show variables like 'hostname'" | cut -f 2) -echo $HostName -echo ${MySqlHostName} if [ $HostName = ${MySqlHostName} ]; then ret_val=0 else