summaryrefslogtreecommitdiff
path: root/mysql-test/main/shutdown.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main/shutdown.test')
-rw-r--r--mysql-test/main/shutdown.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/main/shutdown.test b/mysql-test/main/shutdown.test
index 69616f535b2..e409359a451 100644
--- a/mysql-test/main/shutdown.test
+++ b/mysql-test/main/shutdown.test
@@ -4,7 +4,7 @@
#
create user user1@localhost;
-connect (c1,localhost,user1,,);
+connect (c1,localhost,user1,,"*NO-ONE*");
--error ER_SPECIFIC_ACCESS_DENIED_ERROR
shutdown;