tests/Makefile: typo in the perlcheck target
Bug: http://curl.haxx.se/bug/view.cgi?id=1239 Reported-by: Christian Weisgerber
This commit is contained in:
@@ -66,7 +66,7 @@ endif
|
|||||||
perlcheck:
|
perlcheck:
|
||||||
@if ! test -x "$(PERL)"; then echo "No perl!"; exit 2; fi
|
@if ! test -x "$(PERL)"; then echo "No perl!"; exit 2; fi
|
||||||
|
|
||||||
test: perhcheck all
|
test: perlcheck all
|
||||||
$(TEST)
|
$(TEST)
|
||||||
|
|
||||||
quiet-test: perlcheck all
|
quiet-test: perlcheck all
|
||||||
|
|||||||
Reference in New Issue
Block a user