summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorjoerg@mysql.com <>2005-08-25 11:17:54 +0200
committerjoerg@mysql.com <>2005-08-25 11:17:54 +0200
commitd8a1c90597f4cbebb31a72193ed96a0aa57f2988 (patch)
treecac43aad89511b574f5307cbb6944e8a4d5ecb2e /Makefile.am
parentc5e51b7c271620ca13bfa18ab724f99bd1a3c841 (diff)
downloadmariadb-git-d8a1c90597f4cbebb31a72193ed96a0aa57f2988.tar.gz
Correct a typing error: Missing ".pl" suffix is essential.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
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; \