summaryrefslogtreecommitdiffstats
path: root/test/recipes/25-test_pkcs7.t
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2015-04-28 20:39:09 +0200
committerRichard Levitte <levitte@openssl.org>2015-09-07 16:10:58 +0200
commitfb921436f3dc03daf4a7ac1fec9f1e458772e17b (patch)
treefd1e02b42c39b91b3c7bb694e80f22b72e1a9595 /test/recipes/25-test_pkcs7.t
parentd6c5b66c1c9457a7f8c8f69c1ad3b4557dcd3fa2 (diff)
Add version numbers on some modules we use.
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'test/recipes/25-test_pkcs7.t')
-rw-r--r--test/recipes/25-test_pkcs7.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/recipes/25-test_pkcs7.t b/test/recipes/25-test_pkcs7.t
index 586c9180fb..7dc1eb7927 100644
--- a/test/recipes/25-test_pkcs7.t
+++ b/test/recipes/25-test_pkcs7.t
@@ -4,7 +4,7 @@ use strict;
use warnings;
use File::Spec;
-use Test::More;
+use Test::More 0.96;
use OpenSSL::Test qw/:DEFAULT top_file/;
setup("test_pkcs7");