diff options
author | unknown <kent@mysql.com> | 2005-09-13 01:41:15 +0200 |
---|---|---|
committer | unknown <kent@mysql.com> | 2005-09-13 01:41:15 +0200 |
commit | ed6e9048c2b8bc6e4b2b985e3dd82f924693fb37 (patch) | |
tree | 8349a7ea25568c44f5954dbc807bbaec711a9195 /mysql-test/mysql-test-run.pl | |
parent | 4b0fa576bfe70ef56cc9a1d78341344d5b037ba1 (diff) | |
download | mariadb-git-ed6e9048c2b8bc6e4b2b985e3dd82f924693fb37.tar.gz |
mysql-test-run.pl:
Corrected typo
mysql-test/mysql-test-run.pl:
Corrected typo
Diffstat (limited to 'mysql-test/mysql-test-run.pl')
-rwxr-xr-x | mysql-test/mysql-test-run.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index 3ef878c9854..651aa37fc7e 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -891,7 +891,7 @@ sub executable_setup () { mtr_script_exists("$path_client_bindir/mysql_fix_privilege_tables", "$glob_basedir/scripts/mysql_fix_privilege_tables"); $exe_my_print_defaults= - mtr_script_exists("path_client_bindir/my_print_defaults"); + mtr_script_exists("$path_client_bindir/my_print_defaults"); $path_language= mtr_path_exists("$glob_basedir/share/mysql/english/", "$glob_basedir/share/english/"); |