summaryrefslogtreecommitdiff
path: root/test/recipes/25-test_x509.t
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2015-04-30 08:51:24 +0200
committerRichard Levitte <levitte@openssl.org>2015-09-07 16:10:58 +0200
commitfd99c6b599a8ed87b726caaa6d88c6915a60e0f4 (patch)
treea975a4996ec2cc4b84cd6d3be5026b54929271cd /test/recipes/25-test_x509.t
parentcaadc54381af04dd49d9812737d40fea320c8674 (diff)
downloadopenssl-new-fd99c6b599a8ed87b726caaa6d88c6915a60e0f4.tar.gz
Change OpenSSL::Test to be an extension of Test::More
It became tedious as well as error prone to have all recipes use Test::More as well as OpenSSL::Test. The easier way is to make OpenSSL::Test an extension of Test::More, thereby having all version checks as well as future checks firmly there. Additionally, that allows us to extend existing Test::More functions if the need would arise. Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'test/recipes/25-test_x509.t')
-rw-r--r--test/recipes/25-test_x509.t1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/recipes/25-test_x509.t b/test/recipes/25-test_x509.t
index b11feb07ae..e2d795a6c4 100644
--- a/test/recipes/25-test_x509.t
+++ b/test/recipes/25-test_x509.t
@@ -4,7 +4,6 @@ use strict;
use warnings;
use File::Spec;
-use Test::More 0.96;
use OpenSSL::Test qw/:DEFAULT top_file/;
setup("test_x509");