diff options
author | Daniel Stenberg <daniel@haxx.se> | 2013-06-04 23:22:11 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2013-06-04 23:22:11 +0200 |
commit | 5657c56f6366ca3185a12d2810c66f081c6b57a2 (patch) | |
tree | 372d06efd12699e5bf23e6bc147d42ead363990d /tests/Makefile.am | |
parent | 51b3445e847dca139dabacc90bb867836bb45692 (diff) | |
download | curl-5657c56f6366ca3185a12d2810c66f081c6b57a2.tar.gz |
tests/Makefile: typo in the perlcheck target
Bug: http://curl.haxx.se/bug/view.cgi?id=1239
Reported-by: Christian Weisgerber
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |