diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-02-25 11:12:10 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-02-25 11:12:10 +0000 |
commit | 540f77a627d39a5a4de3b73d36dcbd0cf66afa16 (patch) | |
tree | 884faa0c5872e2d97e2ba92caf8e8c8a24f262a9 /tests | |
parent | 71bb2d0b8b150456f228f69f7b8bc90486776844 (diff) |
we actually ran all tests just now, feb 25th, 2002 12:11 MET. with the
new http server on Linux
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/runtests.pl | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl index 6e1136140..cbf8f1932 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -851,19 +851,6 @@ if($testthis[0] ne "") { $TESTCASES=join(" ", @testthis); } -############################################################################ -# -# don't let anyone think this works right now - -print <<EOM - *************************************************************************** - THIS DOES NOT WORK - *************************************************************************** - -EOM - ; - - ####################################################################### # Output curl version and host info being tested # |