aboutsummaryrefslogtreecommitdiff
path: root/tests/runtests.pl
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-02-19 00:26:44 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-02-19 00:26:44 +0000
commit6d8c7356d68e80d98bce2a74493b932cc49c6632 (patch)
tree4774f58220b22d309bfe2d7d32016c03fd5129e3 /tests/runtests.pl
parenta782c96e81f46d3d6a5f2fbf0ed91df24291a84d (diff)
fixed the huge text just in case anyone actually reads it
Diffstat (limited to 'tests/runtests.pl')
-rwxr-xr-xtests/runtests.pl9
1 files changed, 4 insertions, 5 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl
index 298c7f60b..eaa516c2e 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -852,14 +852,13 @@ print <<EOM
*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 here:
+ The working version of the test server is found in the tests/server
+ directory in the CVS tree.
- http://curl.haxx.se/dev/sws-0.2.tar.gz
-
- If you unpack this in the tests/ directory and run the server in there, you
+ 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:
- \$ ./sws 8080 &
+ \$ ./server/sws 8080 &
\$ curl localhost:8080/3
EOM