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
commit00b9916aff20d67f8441762e69cec47cffab9c9a (patch)
treecac43aad89511b574f5307cbb6944e8a4d5ecb2e /Makefile.am
parent6401b90ddf9944af222b0dd1d5d9b11f17af0f48 (diff)
downloadmariadb-git-00b9916aff20d67f8441762e69cec47cffab9c9a.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; \