summaryrefslogtreecommitdiffstats
path: root/test/recipes
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-11-01 15:03:38 +0100
committerRichard Levitte <richard@levitte.org>2016-11-02 18:14:49 +0100
commitbfca0515b6977cba7b50215fc6d7d88250c9ca38 (patch)
tree1a310ffc4a05a48018c4d7e956f0b327fa3c66bc /test/recipes
parent0d72c6c66f13d42ddf9766989a3a333e77314bd0 (diff)
Test recipes: remove duplicate OpenSSL::Test usage
Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1815) (cherry picked from commit 2c4a3f938ca378d2017275d299f02512b232ceaf)
Diffstat (limited to 'test/recipes')
-rw-r--r--test/recipes/70-test_asyncio.t1
-rw-r--r--test/recipes/80-test_dtls.t1
-rw-r--r--test/recipes/90-test_sslapi.t1
3 files changed, 0 insertions, 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/;