diff options
author | joerg@mysql.com <> | 2005-08-25 11:17:54 +0200 |
---|---|---|
committer | joerg@mysql.com <> | 2005-08-25 11:17:54 +0200 |
commit | d8a1c90597f4cbebb31a72193ed96a0aa57f2988 (patch) | |
tree | cac43aad89511b574f5307cbb6944e8a4d5ecb2e /Makefile.am | |
parent | c5e51b7c271620ca13bfa18ab724f99bd1a3c841 (diff) | |
download | mariadb-git-d8a1c90597f4cbebb31a72193ed96a0aa57f2988.tar.gz |
Correct a typing error: Missing ".pl" suffix is essential.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 5900d709dcf..a34b3b7099f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -101,7 +101,7 @@ tags: test: cd mysql-test; \ - perl ./mysql-test-run && perl ./mysql-test-run --ps-protocol + perl ./mysql-test-run.pl && perl ./mysql-test-run.pl --ps-protocol test-force: cd mysql-test; \ |