diff options
author | Richard Levitte <levitte@openssl.org> | 2015-04-28 20:39:09 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2015-09-07 16:10:58 +0200 |
commit | fb921436f3dc03daf4a7ac1fec9f1e458772e17b (patch) | |
tree | fd1e02b42c39b91b3c7bb694e80f22b72e1a9595 /test/recipes/80-test_ocsp.t | |
parent | Have 'make clean' clean away the log files. (diff) | |
download | openssl-fb921436f3dc03daf4a7ac1fec9f1e458772e17b.tar.xz openssl-fb921436f3dc03daf4a7ac1fec9f1e458772e17b.zip |
Add version numbers on some modules we use.
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'test/recipes/80-test_ocsp.t')
-rw-r--r-- | test/recipes/80-test_ocsp.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/recipes/80-test_ocsp.t b/test/recipes/80-test_ocsp.t index cc4e56f08a..02e7aa2f88 100644 --- a/test/recipes/80-test_ocsp.t +++ b/test/recipes/80-test_ocsp.t @@ -6,7 +6,7 @@ use warnings; use POSIX; use File::Spec::Functions qw/devnull catfile/; use File::Copy; -use Test::More; +use Test::More 0.96; use OpenSSL::Test qw/:DEFAULT with pipe top_dir/; setup("test_ocsp"); |