diff --git a/test/recipes/70-test_asyncio.t b/test/recipes/70-test_asyncio.t index c26f75705c32e401f7b53bd3cc135600179a3f0a..3c15c3d7b359dede329239861694812ca1c7946e 100644 --- a/test/recipes/70-test_asyncio.t +++ b/test/recipes/70-test_asyncio.t @@ -7,7 +7,6 @@ # https://www.openssl.org/source/license.html -use OpenSSL::Test; use OpenSSL::Test::Utils; use OpenSSL::Test qw/:DEFAULT srctop_file/; diff --git a/test/recipes/80-test_dtls.t b/test/recipes/80-test_dtls.t index 008c81774effb754b02b72adc406775888efde45..f4a2dc03454556b608c9f67280a24b70661d71fd 100644 --- a/test/recipes/80-test_dtls.t +++ b/test/recipes/80-test_dtls.t @@ -6,7 +6,6 @@ # in the file LICENSE in the source distribution or at # https://www.openssl.org/source/license.html -use OpenSSL::Test; use OpenSSL::Test::Utils; use OpenSSL::Test qw/:DEFAULT srctop_file/; diff --git a/test/recipes/90-test_sslapi.t b/test/recipes/90-test_sslapi.t index ec525a1ffae2b05b211dea0f53f79913176e7bf8..efaae3b78b77cefc54984fa1298feae1483307e2 100644 --- a/test/recipes/90-test_sslapi.t +++ b/test/recipes/90-test_sslapi.t @@ -7,7 +7,6 @@ # https://www.openssl.org/source/license.html -use OpenSSL::Test; use OpenSSL::Test::Utils; use OpenSSL::Test qw/:DEFAULT srctop_file/;