From 09c6638b87596722e5111f48d72fe2cfdaedc3fa Mon Sep 17 00:00:00 2001 From: Alexander Barkov Date: Fri, 22 Nov 2013 12:20:29 +0400 Subject: A clean-up for the previous commit (mtr mysql_tzinfo_to_sql_symlink) --- mysql-test/mysql-test-run.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mysql-test') diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index e437a474521..a2c0ce8fb49 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -2494,7 +2494,8 @@ sub environment_setup { # mysql_tzinfo_to_sql # ---------------------------------------------------- my $exe_mysql_tzinfo_to_sql= mtr_exe_exists("$basedir/sql$opt_vs_config/mysql_tzinfo_to_sql", - "$bindir/sql$opt_vs_config/mysql_tzinfo_to_sql"); + "$path_client_bindir/mysql_tzinfo_to_sql", + "$bindir/sql$opt_vs_config/mysql_tzinfo_to_sql"); $ENV{'MYSQL_TZINFO_TO_SQL'}= native_path($exe_mysql_tzinfo_to_sql); # Create an environment variable to make it possible -- cgit v1.2.1