changeset 474:b86c05516e65

Tests: cleanup unused CRLF includes.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 16 Oct 2014 19:42:02 +0400
parents 9a6e0ede4b92
children c872b2c9645f
files auth_request_satisfy.t limit_conn.t mail_imap.t mail_pop3.t mail_smtp_xclient.t proxy_cache_lock.t proxy_cache_revalidate.t proxy_websocket.t sub_filter.t sub_filter_perl.t sub_filter_ssi.t upstream_least_conn.t
diffstat 12 files changed, 0 insertions(+), 18 deletions(-) [+]
line wrap: on
line diff
--- a/auth_request_satisfy.t	Thu Oct 16 11:42:40 2014 +0400
+++ b/auth_request_satisfy.t	Thu Oct 16 19:42:02 2014 +0400
@@ -11,8 +11,6 @@
 
 use Test::More;
 
-use Socket qw/ CRLF /;
-
 BEGIN { use FindBin; chdir($FindBin::Bin); }
 
 use lib 'lib';
--- a/limit_conn.t	Thu Oct 16 11:42:40 2014 +0400
+++ b/limit_conn.t	Thu Oct 16 19:42:02 2014 +0400
@@ -11,8 +11,6 @@
 
 use Test::More;
 
-use Socket qw/ CRLF /;
-
 BEGIN { use FindBin; chdir($FindBin::Bin); }
 
 use lib 'lib';
--- a/mail_imap.t	Thu Oct 16 11:42:40 2014 +0400
+++ b/mail_imap.t	Thu Oct 16 19:42:02 2014 +0400
@@ -13,7 +13,6 @@
 
 use IO::Socket;
 use MIME::Base64;
-use Socket qw/ CRLF /;
 
 BEGIN { use FindBin; chdir($FindBin::Bin); }
 
--- a/mail_pop3.t	Thu Oct 16 11:42:40 2014 +0400
+++ b/mail_pop3.t	Thu Oct 16 19:42:02 2014 +0400
@@ -13,7 +13,6 @@
 
 use IO::Socket;
 use MIME::Base64;
-use Socket qw/ CRLF /;
 
 BEGIN { use FindBin; chdir($FindBin::Bin); }
 
--- a/mail_smtp_xclient.t	Thu Oct 16 11:42:40 2014 +0400
+++ b/mail_smtp_xclient.t	Thu Oct 16 19:42:02 2014 +0400
@@ -10,7 +10,6 @@
 use Test::More;
 
 use MIME::Base64;
-use Socket qw/ CRLF /;
 
 BEGIN { use FindBin; chdir($FindBin::Bin); }
 
--- a/proxy_cache_lock.t	Thu Oct 16 11:42:40 2014 +0400
+++ b/proxy_cache_lock.t	Thu Oct 16 19:42:02 2014 +0400
@@ -10,7 +10,6 @@
 use strict;
 
 use Test::More;
-use Socket qw/ CRLF /;
 
 BEGIN { use FindBin; chdir($FindBin::Bin); }
 
--- a/proxy_cache_revalidate.t	Thu Oct 16 11:42:40 2014 +0400
+++ b/proxy_cache_revalidate.t	Thu Oct 16 19:42:02 2014 +0400
@@ -10,7 +10,6 @@
 use strict;
 
 use Test::More;
-use Socket qw/ CRLF /;
 
 BEGIN { use FindBin; chdir($FindBin::Bin); }
 
--- a/proxy_websocket.t	Thu Oct 16 11:42:40 2014 +0400
+++ b/proxy_websocket.t	Thu Oct 16 19:42:02 2014 +0400
@@ -14,7 +14,6 @@
 use IO::Poll;
 use IO::Select;
 use IO::Socket::INET;
-use Socket qw/ CRLF /;
 
 BEGIN { use FindBin; chdir($FindBin::Bin); }
 
--- a/sub_filter.t	Thu Oct 16 11:42:40 2014 +0400
+++ b/sub_filter.t	Thu Oct 16 19:42:02 2014 +0400
@@ -11,8 +11,6 @@
 
 use Test::More;
 
-use Socket qw/ CRLF /;
-
 BEGIN { use FindBin; chdir($FindBin::Bin); }
 
 use lib 'lib';
--- a/sub_filter_perl.t	Thu Oct 16 11:42:40 2014 +0400
+++ b/sub_filter_perl.t	Thu Oct 16 19:42:02 2014 +0400
@@ -11,8 +11,6 @@
 
 use Test::More;
 
-use Socket qw/ CRLF /;
-
 BEGIN { use FindBin; chdir($FindBin::Bin); }
 
 use lib 'lib';
--- a/sub_filter_ssi.t	Thu Oct 16 11:42:40 2014 +0400
+++ b/sub_filter_ssi.t	Thu Oct 16 19:42:02 2014 +0400
@@ -11,8 +11,6 @@
 
 use Test::More;
 
-use Socket qw/ CRLF /;
-
 BEGIN { use FindBin; chdir($FindBin::Bin); }
 
 use lib 'lib';
--- a/upstream_least_conn.t	Thu Oct 16 11:42:40 2014 +0400
+++ b/upstream_least_conn.t	Thu Oct 16 19:42:02 2014 +0400
@@ -11,8 +11,6 @@
 
 use Test::More;
 
-use Socket qw/ CRLF /;
-
 BEGIN { use FindBin; chdir($FindBin::Bin); }
 
 use lib 'lib';