summaryrefslogtreecommitdiff
path: root/plugin/auth_gssapi/mysql-test/auth_gssapi/groups.test
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/auth_gssapi/mysql-test/auth_gssapi/groups.test')
-rw-r--r--plugin/auth_gssapi/mysql-test/auth_gssapi/groups.test7
1 files changed, 2 insertions, 5 deletions
diff --git a/plugin/auth_gssapi/mysql-test/auth_gssapi/groups.test b/plugin/auth_gssapi/mysql-test/auth_gssapi/groups.test
index 1c72ad9cc23..647e02043f2 100644
--- a/plugin/auth_gssapi/mysql-test/auth_gssapi/groups.test
+++ b/plugin/auth_gssapi/mysql-test/auth_gssapi/groups.test
@@ -1,6 +1,6 @@
source include/windows.inc;
--replace_regex /name '[^']+'/name 'localhost'/
-INSTALL SONAME 'auth_gssapi';
+
# Invalid group name
@@ -67,7 +67,4 @@ replace_result $MASTER_MYSOCK MASTER_MYSOCK $MASTER_MYPORT MASTER_MYPORT;
connect (con1,localhost,me_sid,,);
disconnect con1;
connection default;
-DROP USER me_sid;
-
-
-UNINSTALL SONAME 'auth_gssapi'; \ No newline at end of file
+DROP USER me_sid; \ No newline at end of file