From ed6e9048c2b8bc6e4b2b985e3dd82f924693fb37 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 13 Sep 2005 01:41:15 +0200 Subject: mysql-test-run.pl: Corrected typo mysql-test/mysql-test-run.pl: Corrected typo --- mysql-test/mysql-test-run.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mysql-test/mysql-test-run.pl') 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/"); -- cgit v1.2.1