Correct a typing error: Missing ".pl" suffix is essential.

This commit is contained in:
joerg@mysql.com 2005-08-25 11:17:54 +02:00
parent c5e51b7c27
commit d8a1c90597

View file

@ -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; \