summaryrefslogtreecommitdiff
path: root/plugin/auth_gssapi/mysql-test/auth_gssapi/multiauth.test
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/auth_gssapi/mysql-test/auth_gssapi/multiauth.test')
-rw-r--r--plugin/auth_gssapi/mysql-test/auth_gssapi/multiauth.test4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugin/auth_gssapi/mysql-test/auth_gssapi/multiauth.test b/plugin/auth_gssapi/mysql-test/auth_gssapi/multiauth.test
index 10e1e80907e..0257946b786 100644
--- a/plugin/auth_gssapi/mysql-test/auth_gssapi/multiauth.test
+++ b/plugin/auth_gssapi/mysql-test/auth_gssapi/multiauth.test
@@ -1,6 +1,3 @@
---replace_regex /name '[^']+'/name 'localhost'/
-INSTALL SONAME 'auth_gssapi';
-
# gssapi,password
CREATE USER 'nosuchuser' IDENTIFIED WITH gssapi OR mysql_native_password as password("good");
replace_result $MASTER_MYSOCK MASTER_MYSOCK $MASTER_MYPORT MASTER_MYPORT;
@@ -33,4 +30,3 @@ connection default;
replace_result $GSSAPI_SHORTNAME GSSAPI_SHORTNAME;
eval DROP USER '$GSSAPI_SHORTNAME';
-UNINSTALL SONAME 'auth_gssapi';