From 2c4a3f938ca378d2017275d299f02512b232ceaf Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 1 Nov 2016 15:03:38 +0100 Subject: [PATCH] Test recipes: remove duplicate OpenSSL::Test usage Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/1815) --- test/recipes/70-test_asyncio.t | 1 - test/recipes/80-test_dtls.t | 1 - test/recipes/90-test_sslapi.t | 1 - 3 files changed, 3 deletions(-) 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/;