summaryrefslogtreecommitdiff
path: root/tests/ftp.pm
diff options
context:
space:
mode:
authorCameron Kaiser <ckaiser@floodgap.com>2010-08-23 14:30:59 -0700
committerDaniel Stenberg <daniel@haxx.se>2010-08-25 14:21:25 +0200
commit67d16160184493c6717e4e572fafed7467af4983 (patch)
tree9061513b563f8fc19b8d47c0606e03d7b3e90819 /tests/ftp.pm
parent65629f2915d1b23193fbe4fb3697702ce2fc7e87 (diff)
downloadcurl-67d16160184493c6717e4e572fafed7467af4983.tar.gz
Gopher using Curl_write; test suite (4 tests)
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 6a46e7651..535075ac5 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)$/);
+ return if($proto !~ /^(ftp|imap|pop3|smtp|gopher)$/);
die "unsupported sockfilter: $which"
if($which && ($which !~ /^(main|data)$/));