From 5657c56f6366ca3185a12d2810c66f081c6b57a2 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 4 Jun 2013 23:22:11 +0200 Subject: tests/Makefile: typo in the perlcheck target Bug: http://curl.haxx.se/bug/view.cgi?id=1239 Reported-by: Christian Weisgerber --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 11e0a258d..41a3d0931 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -66,7 +66,7 @@ endif perlcheck: @if ! test -x "$(PERL)"; then echo "No perl!"; exit 2; fi -test: perhcheck all +test: perlcheck all $(TEST) quiet-test: perlcheck all -- cgit v1.2.3