From 30f415502377981138aaa3ca7df3b945d34ce1fa Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 20 Mar 2009 15:39:37 +0100 Subject: [PATCH] Remove redundant code, probably bad automerge --- mysql-test/lib/mtr_cases.pm | 9 --------- 1 file changed, 9 deletions(-) diff --git a/mysql-test/lib/mtr_cases.pm b/mysql-test/lib/mtr_cases.pm index ea5419e84ec..8ca1457ceaf 100644 --- a/mysql-test/lib/mtr_cases.pm +++ b/mysql-test/lib/mtr_cases.pm @@ -799,15 +799,6 @@ sub collect_one_test_case { push(@{$tinfo->{'master_opt'}}, @$suite_opts); push(@{$tinfo->{'slave_opt'}}, @$suite_opts); - #----------------------------------------------------------------------- - # Check for test specific config file - #----------------------------------------------------------------------- - my $test_cnf_file= "$testdir/$tname.cnf"; - if ( -f $test_cnf_file) { - # Specifies the configuration file to use for this test - $tinfo->{'template_path'}= $test_cnf_file; - } - # ---------------------------------------------------------------------- # Check for test specific config file # ----------------------------------------------------------------------