From 336124c3dc45bb4e54e3a2d2b26eae4c5c8220f7 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 13 Nov 2000 16:07:17 +0000 Subject: [PATCH] updated --- tests/Makefile.am | 2 +- tests/README | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.7.4