From: Daniel Stenberg Date: Mon, 13 Nov 2000 16:07:17 +0000 (+0000) Subject: updated X-Git-Tag: upstream/7.37.1~17471 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=336124c3dc45bb4e54e3a2d2b26eae4c5c8220f7;p=platform%2Fupstream%2Fcurl.git updated --- diff --git a/tests/Makefile.am b/tests/Makefile.am index 50d5e8e..ac9e09c 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -3,7 +3,7 @@ all: install: test: - ./runtests.sh + ./runtests.pl clean: rm -rf log diff --git a/tests/README b/tests/README index 6434800..429a464 100644 --- a/tests/README +++ b/tests/README @@ -7,7 +7,7 @@ The cURL Test Suite Requires: - perl, sh + perl (and some shell tools that still hasn't been written in pure perl) Run: 'make test'. This invokes the 'runtests.sh' shell script. Edit the top