summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorunknown <joerg@mysql.com>2005-08-25 11:17:54 +0200
committerunknown <joerg@mysql.com>2005-08-25 11:17:54 +0200
commit28cd7c7994981af016fe34ff2072d98d6de4720f (patch)
treecac43aad89511b574f5307cbb6944e8a4d5ecb2e /Makefile.am
parent8d833527f5993869b9762c7818ec4f61e092a63f (diff)
downloadmariadb-git-28cd7c7994981af016fe34ff2072d98d6de4720f.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; \