From 67a83c1b3465c44b249eaa44fdc492952e59b31f Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 16 Jan 2006 22:14:37 +0000 Subject: David Shaw finally removed all traces of Gopher and we are now officially not supporting it. It hasn't been functioning for years anyway, so this is just finally stating what already was true. And a cleanup at the same time. --- tests/README | 2 +- tests/runtests.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/README b/tests/README index 1c3d1b7fd..b7fb2c86d 100644 --- a/tests/README +++ b/tests/README @@ -85,4 +85,4 @@ TEST CASE NUMBERS TODO: - * Add tests for TELNET, GOPHER, LDAP, DICT... + * Add tests for TELNET, LDAP, DICT... diff --git a/tests/runtests.pl b/tests/runtests.pl index a982dc712..cb36edda1 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -204,7 +204,7 @@ $SIG{KILL} = \&catch_zap; # to prevent them to interfere with our testing! my $protocol; -foreach $protocol (('ftp', 'http', 'ftps', 'https', 'gopher', 'no')) { +foreach $protocol (('ftp', 'http', 'ftps', 'https', 'no')) { my $proxy = "${protocol}_proxy"; # clear lowercase version $ENV{$proxy}=undef; -- cgit v1.2.3