Fix problem when running mysql_client_test in "binary dist", path should include the binary name

This commit is contained in:
unknown 2006-11-09 09:48:50 +01:00
parent 4a1869b1b2
commit fc449ac174

View file

@ -1484,7 +1484,7 @@ sub executable_setup () {
mtr_exe_maybe_exists("$glob_basedir/tests/mysql_client_test",
"$glob_basedir/tests/release/mysql_client_test",
"$glob_basedir/tests/debug/mysql_client_test",
"$glob_basedir/bin");
"$glob_basedir/bin/mysql_client_test");
}
}