From: Daniel Stenberg Date: Tue, 21 Nov 2000 11:37:58 +0000 (+0000) Subject: runtests.pl -c should be -a X-Git-Tag: curl-7_5~82 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=641351ee16c45f495200cbeadf971b6189d59737;p=curl runtests.pl -c should be -a --- diff --git a/tests/Makefile.am b/tests/Makefile.am index cba94c1b0..cd2e05809 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -6,7 +6,7 @@ test: ./runtests.pl quiet-test: - ./runtests.pl -s -c + ./runtests.pl -s -a clean: rm -rf log