]> granicus.if.org Git - curl/commitdiff
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 50d5e8eb8d7ca34eb9c5d288e2b99357824ab26e..ac9e09c615afa833f628cbac6a1d58738e97dfa5 100644 (file)
@@ -3,7 +3,7 @@ all:
 install:
 
 test:
-       ./runtests.sh
+       ./runtests.pl
 
 clean:
        rm -rf log
index 64348004b005ce42ffb90fc0ac2b8f421b3be23e..429a464bcc3bfb72faea7a0e41ba231ebb5a1476 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