aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/README2
-rwxr-xr-xtests/runtests.pl2
2 files changed, 2 insertions, 2 deletions
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;