comparison proxy.t @ 1460:fbb90184102e

Tests: proxy.t doesn't need Socket since cdbdb75cf194, drop it.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 05 Apr 2019 18:36:18 +0300
parents fc8341cf92a3
children 7959e58429d0
comparison
equal deleted inserted replaced
1459:2710e9505937 1460:fbb90184102e
8 8
9 use warnings; 9 use warnings;
10 use strict; 10 use strict;
11 11
12 use Test::More; 12 use Test::More;
13
14 use Socket;
15 13
16 BEGIN { use FindBin; chdir($FindBin::Bin); } 14 BEGIN { use FindBin; chdir($FindBin::Bin); }
17 15
18 use lib 'lib'; 16 use lib 'lib';
19 use Test::Nginx; 17 use Test::Nginx;