aboutsummaryrefslogtreecommitdiff
path: root/tests/ftp.pm
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2010-08-25 00:56:14 +0200
committerDaniel Stenberg <daniel@haxx.se>2010-08-25 14:22:43 +0200
commit2fbbddbe855d551a5acb5d9c514efba18c924c6e (patch)
treedbcf5f66bf352472abf2351aff49a9dee91593af /tests/ftp.pm
parentecb3fe63d782dafcd6bacf834f964414b087a793 (diff)
gopher tests: revert parts of gopher in the pingpong server
Introduced in the initial gopher commits, there was added logic to do GOPHER test serving in the pingpong server but as it resembles HTTP much more than FTP or SMTP, the gopher testing has been moved over to instead use the sws (HTTP) server. This change simply removes unused code.
Diffstat (limited to 'tests/ftp.pm')
-rw-r--r--tests/ftp.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ftp.pm b/tests/ftp.pm
index 535075ac5..6a46e7651 100644
--- a/tests/ftp.pm
+++ b/tests/ftp.pm
@@ -181,7 +181,7 @@ sub killsockfilters {
my $pidfile;
my $pid;
- return if($proto !~ /^(ftp|imap|pop3|smtp|gopher)$/);
+ return if($proto !~ /^(ftp|imap|pop3|smtp)$/);
die "unsupported sockfilter: $which"
if($which && ($which !~ /^(main|data)$/));