aboutsummaryrefslogtreecommitdiff
path: root/tests/runtests.pl
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-02-22 15:17:41 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-02-22 15:17:41 +0000
commit85efa64c31e7b4e5351e3d256bfe3365405a4523 (patch)
tree1a3ad8201a86a61ebba9392c438fe8f1b768d234 /tests/runtests.pl
parentd8cb026e804b777a6546307ba1308b03939bb1a6 (diff)
cut off big parts of the banner
Diffstat (limited to 'tests/runtests.pl')
-rwxr-xr-xtests/runtests.pl17
1 files changed, 0 insertions, 17 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl
index 1ab8b5e8c..931a22977 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -850,26 +850,9 @@ if($testthis[0] ne "") {
print <<EOM
***************************************************************************
-
THIS DOES NOT WORK
-
***************************************************************************
- Things in curl-land have changed, but the test suite has not been fixed
- accordingly and thus, the test suite is currently more or less useless.
-
- *PLEASE* help us fixing this. We have to make our new test server written
- in C work and get used instead of the perl version previously used.
-
- The working version of the test server is found in the tests/server
- directory in the CVS tree.
-
- If you run this in the tests/ directory and run the server in there, you
- can actually get test-responses if you do like this:
-
- \$ ./server/sws 8080 &
- \$ curl localhost:8080/3
-
EOM
;