summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladislav Vaintroub <wlad@mariadb.com>2021-05-07 21:42:42 +0200
committerVladislav Vaintroub <wlad@mariadb.com>2021-05-07 21:42:42 +0200
commitafb8e873911141a2c2e4989c9281d3fb0093ecc4 (patch)
tree9b85fa3dcb1b97ad6024a748a65da16d173a3107
parent76c2b5106e56d60a1007337f42ab22995b9bb672 (diff)
downloadmariadb-git-afb8e873911141a2c2e4989c9281d3fb0093ecc4.tar.gz
Skip auth_named_pipe test, if plugin was not built
-rw-r--r--mysql-test/t/auth_named_pipe.test5
1 files changed, 5 insertions, 0 deletions
diff --git a/mysql-test/t/auth_named_pipe.test b/mysql-test/t/auth_named_pipe.test
index 00577fbef05..4685b13143c 100644
--- a/mysql-test/t/auth_named_pipe.test
+++ b/mysql-test/t/auth_named_pipe.test
@@ -1,5 +1,10 @@
--source include/windows.inc
+if (!$AUTH_NAMED_PIPE_SO)
+{
+ skip No auth_named_pipe plugin;
+}
+
INSTALL SONAME 'auth_named_pipe';
--replace_result $USERNAME USERNAME