diff mail_imap.t @ 623:b70df6924290

Tests: removed unnecessary imports, lifted up skip condition. No functional changes.
author Andrey Zelenkov <zelenkov@nginx.com>
date Mon, 06 Jul 2015 21:50:11 +0300
parents b86c05516e65
children e9064d691790
line wrap: on
line diff
--- a/mail_imap.t
+++ b/mail_imap.t
@@ -11,7 +11,6 @@ use strict;
 
 use Test::More;
 
-use IO::Socket;
 use MIME::Base64;
 
 BEGIN { use FindBin; chdir($FindBin::Bin); }