From afb8e873911141a2c2e4989c9281d3fb0093ecc4 Mon Sep 17 00:00:00 2001 From: Vladislav Vaintroub Date: Fri, 7 May 2021 21:42:42 +0200 Subject: [PATCH] Skip auth_named_pipe test, if plugin was not built --- mysql-test/t/auth_named_pipe.test | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mysql-test/t/auth_named_pipe.test b/mysql-test/t/auth_named_pipe.test index 00577fbef0589..4685b13143c72 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