diff options
author | unknown <msvensson@pilot.mysql.com> | 2008-04-08 18:05:19 +0200 |
---|---|---|
committer | unknown <msvensson@pilot.mysql.com> | 2008-04-08 18:05:19 +0200 |
commit | 6d25aace5a2d8c3d5b59fa60c814c9f0be0b46ea (patch) | |
tree | e9ad1e4aadd5291d0ffdab96021e00102c86ee8d | |
parent | d4779aaa48b862d5e7129c051da91921c9e23de5 (diff) | |
download | mariadb-git-6d25aace5a2d8c3d5b59fa60c814c9f0be0b46ea.tar.gz |
Fix rename of mtr_match.pl to mtr_match.pm in Makefile
-rw-r--r-- | mysql-test/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/Makefile.am b/mysql-test/Makefile.am index 58b63383a0f..31804714900 100644 --- a/mysql-test/Makefile.am +++ b/mysql-test/Makefile.am @@ -28,7 +28,7 @@ nobase_test_DATA = lib/mtr_cases.pm \ lib/mtr_gcov.pl \ lib/mtr_gprof.pl \ lib/mtr_io.pl \ - lib/mtr_match.pl \ + lib/mtr_match.pm \ lib/mtr_misc.pl \ lib/mtr_process.pl \ lib/mtr_report.pm \ |