From ecc33da2caff0dfbd13d68931c1f4cf151b74cda Mon Sep 17 00:00:00 2001 From: Kristian Nielsen Date: Thu, 13 Nov 2014 09:49:33 +0100 Subject: [PATCH] Fix a confusing error message in the testsuite --- mysql-test/include/rpl_connect.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql-test/include/rpl_connect.inc b/mysql-test/include/rpl_connect.inc index 95912d57469..11927833f53 100644 --- a/mysql-test/include/rpl_connect.inc +++ b/mysql-test/include/rpl_connect.inc @@ -42,7 +42,7 @@ if (!$rpl_connection_name) --let $_rpl_port= \$SERVER_MYPORT_$rpl_server_number if (!$_rpl_port) { - --echo Bug in test case: '\$SERVER_MYPORT_$rpl_server_number' not initialized. Check the test's .cfg file. + --echo Bug in test case: '\$SERVER_MYPORT_$rpl_server_number' not initialized. Check the test's .cnf file. --die Not all SERVER_MYPORT_* environment variables are setup correctly. }