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:
1cf9593
)
TEST: Modify test/recipes/25-test_crl.t to leave artifacts behind
author
Richard Levitte
<levitte@openssl.org>
Wed, 12 Feb 2020 23:28:16 +0000
(
00:28
+0100)
committer
Richard Levitte
<levitte@openssl.org>
Tue, 18 Feb 2020 08:45:51 +0000
(09:45 +0100)
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/11080)
test/recipes/25-test_crl.t
patch
|
blob
|
history
diff --git
a/test/recipes/25-test_crl.t
b/test/recipes/25-test_crl.t
index 50833d79fcca1a3b2756410df81a0a8890d5455c..2dda36196201c9c4ef5e83e6f61c8ac5203dfb40 100644
(file)
--- a/
test/recipes/25-test_crl.t
+++ b/
test/recipes/25-test_crl.t
@@
-40,7
+40,6
@@
ok(run(app(["openssl", "crl", "-text", "-in", $pem, "-out", $out,
"-nameopt", "utf8"])));
is(cmp_text($out, srctop_file("test/certs", "cyrillic_crl.utf8")),
0, 'Comparing utf8 output');
-unlink $out;
sub compare1stline {
my ($cmdarray, $str) = @_;