projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3498076
)
Fix Custom Extension tests skip count
author
Viktor Dukhovni
<openssl-users@dukhovni.org>
Tue, 26 Jan 2016 21:52:26 +0000
(16:52 -0500)
committer
Viktor Dukhovni
<openssl-users@dukhovni.org>
Wed, 27 Jan 2016 02:19:57 +0000
(21:19 -0500)
Reviewed-by: Richard Levitte <levitte@openssl.org>
test/recipes/80-test_ssl.t
patch
|
blob
|
history
diff --git
a/test/recipes/80-test_ssl.t
b/test/recipes/80-test_ssl.t
index d0bb79a8d37435da43d5262bda67e31e1ad33594..bcac431995045748c91ccedc81d85fc16e85da3e 100644
(file)
--- a/
test/recipes/80-test_ssl.t
+++ b/
test/recipes/80-test_ssl.t
@@
-560,7
+560,7
@@
sub testssl {
plan tests => 1;
SKIP: {
- skip "TLSv1.0 is not supported by this OpenSSL build",
7
+ skip "TLSv1.0 is not supported by this OpenSSL build",
1
if $no_tls1;
ok(run(test([@ssltest, "-bio_pair", "-tls1", "-custom_ext"])),