comparison h2_headers.t @ 1483:1220f0055135

Tests: removed unused Config imports.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 30 May 2019 16:16:14 +0300
parents 4c43a0ebcd2d
children d8684b300d22
comparison
equal deleted inserted replaced
1482:34e86a28cabd 1483:1220f0055135
10 10
11 use warnings; 11 use warnings;
12 use strict; 12 use strict;
13 13
14 use Test::More; 14 use Test::More;
15
16 use Config;
17 15
18 BEGIN { use FindBin; chdir($FindBin::Bin); } 16 BEGIN { use FindBin; chdir($FindBin::Bin); }
19 17
20 use lib 'lib'; 18 use lib 'lib';
21 use Test::Nginx; 19 use Test::Nginx;