diff options
author | Kristian Nielsen <knielsen@knielsen-hq.org> | 2014-11-13 09:49:33 +0100 |
---|---|---|
committer | Kristian Nielsen <knielsen@knielsen-hq.org> | 2014-11-13 09:49:33 +0100 |
commit | ecc33da2caff0dfbd13d68931c1f4cf151b74cda (patch) | |
tree | e0be7c35e18256ed886b88796f7cb4320a421a75 /mysql-test/include/rpl_connect.inc | |
parent | 684715a26928fd6e026f44b2468cfe5c043b2e55 (diff) | |
download | mariadb-git-ecc33da2caff0dfbd13d68931c1f4cf151b74cda.tar.gz |
Fix a confusing error message in the testsuite
Diffstat (limited to 'mysql-test/include/rpl_connect.inc')
-rw-r--r-- | mysql-test/include/rpl_connect.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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. } |