From 8a6863002c107cb7ed84a1e36ee1c05c742105f8 Mon Sep 17 00:00:00 2001 From: Monty Date: Mon, 6 Jan 2020 11:33:57 +0200 Subject: [PATCH] Fixed that mtr --extern works again --- mysql-test/suite/plugins/suite.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql-test/suite/plugins/suite.pm b/mysql-test/suite/plugins/suite.pm index b265a1f818c..359a5409fa3 100644 --- a/mysql-test/suite/plugins/suite.pm +++ b/mysql-test/suite/plugins/suite.pm @@ -4,7 +4,7 @@ use My::Platform; @ISA = qw(My::Suite); -if (-d '../sql') { +if (-d '../sql' && !&::using_extern()) { my $src = "$::bindir/plugin/auth_pam/auth_pam_tool"; my $dst = "$::plugindir/auth_pam_tool_dir/auth_pam_tool"; ::mkpath( "$::plugindir/auth_pam_tool_dir");