changeset 1483:1220f0055135

Tests: removed unused Config imports.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 30 May 2019 16:16:14 +0300
parents 34e86a28cabd
children 54b92955e4e2
files h2_headers.t js_headers.t mp4.t
diffstat 3 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/h2_headers.t
+++ b/h2_headers.t
@@ -13,8 +13,6 @@ use strict;
 
 use Test::More;
 
-use Config;
-
 BEGIN { use FindBin; chdir($FindBin::Bin); }
 
 use lib 'lib';
--- a/js_headers.t
+++ b/js_headers.t
@@ -12,8 +12,6 @@ use strict;
 
 use Test::More;
 
-use Config;
-
 BEGIN { use FindBin; chdir($FindBin::Bin); }
 
 use lib 'lib';
--- a/mp4.t
+++ b/mp4.t
@@ -13,8 +13,6 @@ use strict;
 
 use Test::More;
 
-use Config;
-
 BEGIN { use FindBin; chdir($FindBin::Bin); }
 
 use lib 'lib';