summaryrefslogtreecommitdiffstats
path: root/test/recipes/30-test_engine.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/30-test_engine.t
parentcaadc54381af04dd49d9812737d40fea320c8674 (diff)
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/30-test_engine.t')
-rw-r--r--test/recipes/30-test_engine.t1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/recipes/30-test_engine.t b/test/recipes/30-test_engine.t
index c2e636754e..c097b6f143 100644
--- a/test/recipes/30-test_engine.t
+++ b/test/recipes/30-test_engine.t
@@ -3,7 +3,6 @@
use strict;
use warnings;
-use Test::More 0.96;
use OpenSSL::Test;
setup("test_engine");