From c8c6a9fdf4ac3e506e52a80fe4a766d203178cce Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Mon, 8 May 2017 11:55:51 +1000 Subject: [PATCH] mtr: fix_vs_config doesn't change bindir Signed-off-by: Daniel Black --- mysql-test/mysql-test-run.pl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index 47c4f6ca737..750722ea5a5 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -1290,10 +1290,6 @@ sub command_line_setup { fix_vs_config_dir(); - # Respect MTR_BINDIR variable, which is typically set in to the - # build directory in out-of-source builds. - $bindir=$ENV{MTR_BINDIR}||$basedir; - # Look for the client binaries directory if ($path_client_bindir) {