From 00b9916aff20d67f8441762e69cec47cffab9c9a Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 25 Aug 2005 11:17:54 +0200 Subject: Correct a typing error: Missing ".pl" suffix is essential. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') 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; \ -- cgit v1.2.1