From 67d16160184493c6717e4e572fafed7467af4983 Mon Sep 17 00:00:00 2001 From: Cameron Kaiser Date: Mon, 23 Aug 2010 14:30:59 -0700 Subject: Gopher using Curl_write; test suite (4 tests) --- tests/ftp.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/ftp.pm') 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)$/)); -- cgit v1.2.3