projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Test suite: minimal required to get mingw 'make test' work under Linux.
[openssl.git]
/
test
/
recipes
/
25-test_verify.t
diff --git
a/test/recipes/25-test_verify.t
b/test/recipes/25-test_verify.t
index
10897a1
..
7c0f091
100644
(file)
--- a/
test/recipes/25-test_verify.t
+++ b/
test/recipes/25-test_verify.t
@@
-8,6
+8,9
@@
use OpenSSL::Test qw/:DEFAULT top_dir top_file/;
setup("test_verify");
+plan skip_all => "no rehash.time was found."
+ unless (-f top_file("rehash.time"));
+
plan tests => 1;
note("Expect some failures and expired certificate");