From: Yang Tse Date: Sat, 5 Jan 2013 12:40:34 +0000 (+0100) Subject: imap test server: fix typo in name of SELECT_imap() sub definition X-Git-Tag: curl-7_29_0~140 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1795e2417644e466a22baac12fecb45141c956ba;p=curl imap test server: fix typo in name of SELECT_imap() sub definition IMAP test server breaking typo introduced with commit b708a522a1 --- diff --git a/tests/ftpserver.pl b/tests/ftpserver.pl index 46f4774b9..d95194ee2 100755 --- a/tests/ftpserver.pl +++ b/tests/ftpserver.pl @@ -781,7 +781,7 @@ sub CAPABILITY_imap { return 0; } -sub SELECT_IMAP { +sub SELECT_imap { my ($testno) = @_; my @data; my $size;