Commit 12e6eca4 authored by unknown's avatar unknown
Browse files

Modify search path for mysql_client_test to look in "bin" not to look for "bin",

this caused mysql_client_test to fail when running from binary dist 


mysql-test/mysql-test-run.pl:
  Modify search path for mysql_client_test to look in "bin" not to look for "bin"
parent f2f94041
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1499,7 +1499,7 @@ sub executable_setup () {
    $exe_mysql_client_test=
      mtr_exe_maybe_exists(vs_config_dirs('tests', 'mysql_client_test'),
                           "$glob_basedir/tests/mysql_client_test",
                           "$glob_basedir/bin");
                           "$glob_basedir/bin/mysql_client_test");
  }
}