diff options
author | Nirbhay Choubey <nirbhay.choubey@sun.com> | 2010-12-07 21:14:07 +0530 |
---|---|---|
committer | Nirbhay Choubey <nirbhay.choubey@sun.com> | 2010-12-07 21:14:07 +0530 |
commit | b2fde131dc0dbcca5a5c17f75399f811c4755568 (patch) | |
tree | 6541c1bfd439125e62cb3189b115be97b5ab6e2f /mysql-test/t/plugin_auth.test | |
parent | 209df6a69fdebcaede67b8060eaa67fe639dc4ab (diff) | |
download | mariadb-git-b2fde131dc0dbcca5a5c17f75399f811c4755568.tar.gz |
Additional fix in the test for Bug#58139.
Diffstat (limited to 'mysql-test/t/plugin_auth.test')
-rw-r--r-- | mysql-test/t/plugin_auth.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/plugin_auth.test b/mysql-test/t/plugin_auth.test index 351f61c57d1..49fbfa6995b 100644 --- a/mysql-test/t/plugin_auth.test +++ b/mysql-test/t/plugin_auth.test @@ -400,7 +400,7 @@ FLUSH PRIVILEGES; --echo # --echo # Executing 'mysql' ---exec $MYSQL -u root -S $MASTER_MYSOCK -P $MASTER_MYPORT --default-auth=auth_test_plugin $PLUGIN_AUTH_OPT -e 'SELECT 1' +--exec $MYSQL -u root -S $MASTER_MYSOCK -P $MASTER_MYPORT --default-auth=auth_test_plugin $PLUGIN_AUTH_OPT -e "SELECT 1" --echo # Executing 'mysqladmin' --exec $MYSQLADMIN -u root -S $MASTER_MYSOCK -P $MASTER_MYPORT --default-auth=auth_test_plugin $PLUGIN_AUTH_OPT ping |