Commit 00b9916a authored by unknown's avatar unknown
Browse files

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

parent 6401b90d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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; \