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 | 74aeffda533697d88f19dabc86ffd8fcc19a8f7f (patch) | |
tree | 8349a7ea25568c44f5954dbc807bbaec711a9195 /mysql-test/mysql-test-run.pl | |
parent | 597b307d668835242b8aeee1f69786c4b07fd8f3 (diff) | |
download | mariadb-git-74aeffda533697d88f19dabc86ffd8fcc19a8f7f.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/"); |