Skip to content

Commit

Permalink
Skip auth_named_pipe test, if plugin was not built
Browse files Browse the repository at this point in the history
  • Loading branch information
vaintroub committed May 7, 2021
1 parent 76c2b51 commit afb8e87
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions 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
Expand Down

0 comments on commit afb8e87

Please sign in to comment.