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
/
80-test_ssl.t
diff --git
a/test/recipes/80-test_ssl.t
b/test/recipes/80-test_ssl.t
index
6e5e22e
..
5f520de
100644
(file)
--- a/
test/recipes/80-test_ssl.t
+++ b/
test/recipes/80-test_ssl.t
@@
-414,7
+414,7
@@
sub testssl {
map { split(/:/, $_) }
run(app(["openssl", "ciphers", "${_}:$ciphers"]),
capture => 1);
- chomp @c;
+
map { s/\R//; } @c; #
chomp @c;
$protocolciphersuitcount += scalar @c;
$_ => [ @c ] } @protocols;