From 27e9a70379ac12b3410c99a9519d6c8c16141980 Mon Sep 17 00:00:00 2001 From: "kent@mysql.com" <> Date: Mon, 20 Jun 2005 12:58:58 +0200 Subject: [PATCH] Makefile.am: Use the Perl version of mysql-test-run --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 93f34986a1b..ffa27220611 100644 --- a/Makefile.am +++ b/Makefile.am @@ -100,4 +100,4 @@ tags: # Test installation test: - cd mysql-test; ./mysql-test-run && ./mysql-test-run --ps-protocol + cd mysql-test; perl mysql-test-run.pl && perl mysql-test-run.pl --ps-protocol