summaryrefslogtreecommitdiff
path: root/mysql-test/mysql-test-run.pl
diff options
context:
space:
mode:
authorunknown <msvensson@shellback.(none)>2006-10-12 12:19:23 +0200
committerunknown <msvensson@shellback.(none)>2006-10-12 12:19:23 +0200
commit1bb09d53ad6463fb29d24905ebeae1452d054ec5 (patch)
tree07c9e24cb94a141a2b018ca8fb70d83286b9c46d /mysql-test/mysql-test-run.pl
parent00f420db13751bfe36a1d382e44541896134e5cb (diff)
downloadmariadb-git-1bb09d53ad6463fb29d24905ebeae1452d054ec5.tar.gz
Look for mysql_client_test in $path_client_bindir
Diffstat (limited to 'mysql-test/mysql-test-run.pl')
-rwxr-xr-xmysql-test/mysql-test-run.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl
index 629ba00f8f1..d4555e8ac00 100755
--- a/mysql-test/mysql-test-run.pl
+++ b/mysql-test/mysql-test-run.pl
@@ -1423,7 +1423,7 @@ sub executable_setup () {
else
{
$exe_mysql_client_test=
- mtr_exe_exists("$glob_basedir/tests/mysql_client_test");
+ mtr_exe_exists("$path_client_bindir/mysql_client_test");
}
}