aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-11-04 16:15:26 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-11-04 16:15:26 +0000
commit1887629c5c5949c662cb1885850c0beb66972c54 (patch)
treed22d68b7cd1da707d13115f667e3c9de2d25b0b3
parentd3be5b2725fc92215687ed9fc80ff0651501a4d0 (diff)
test server port numbers are now easily changed
-rw-r--r--docs/TODO3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/TODO b/docs/TODO
index 7145b46f3..94507ea98 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -221,9 +221,6 @@ TODO
* Make the test servers able to serve multiple running test suites. Like if
two users run 'make test' at once.
- * Make runtests.pl capable of changing port numbers for the servers. This was
- the intention from the start, but in practise it is now hard.
-
* If perl wasn't found by the configure script, don't attempt to run the
tests but explain something nice why it doesn't.