diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |