updated
authorDaniel Stenberg <daniel@haxx.se>
Mon, 13 Nov 2000 16:07:17 +0000 (16:07 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 13 Nov 2000 16:07:17 +0000 (16:07 +0000)
tests/Makefile.am
tests/README

index 50d5e8e..ac9e09c 100644 (file)
@@ -3,7 +3,7 @@ all:
 install:
 
 test:
-       ./runtests.sh
+       ./runtests.pl
 
 clean:
        rm -rf log
index 6434800..429a464 100644 (file)
@@ -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