From: Richard Levitte Date: Tue, 1 Nov 2016 14:03:38 +0000 (+0100) Subject: Test recipes: remove duplicate OpenSSL::Test usage X-Git-Tag: OpenSSL_1_1_1-pre1~3282 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=2c4a3f938ca378d2017275d299f02512b232ceaf;ds=sidebyside Test recipes: remove duplicate OpenSSL::Test usage Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/1815) --- diff --git a/test/recipes/70-test_asyncio.t b/test/recipes/70-test_asyncio.t index c26f75705c..3c15c3d7b3 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 008c81774e..f4a2dc0345 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 ec525a1ffa..efaae3b78b 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/;