mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-04-30 19:54:39 +00:00
TEST: Modify test/recipes/25-test_crl.t to leave artifacts behind
Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/11080)
This commit is contained in:
parent
1cf9593168
commit
ebcc3e0a4d
@ -40,7 +40,6 @@ ok(run(app(["openssl", "crl", "-text", "-in", $pem, "-out", $out,
|
|||||||
"-nameopt", "utf8"])));
|
"-nameopt", "utf8"])));
|
||||||
is(cmp_text($out, srctop_file("test/certs", "cyrillic_crl.utf8")),
|
is(cmp_text($out, srctop_file("test/certs", "cyrillic_crl.utf8")),
|
||||||
0, 'Comparing utf8 output');
|
0, 'Comparing utf8 output');
|
||||||
unlink $out;
|
|
||||||
|
|
||||||
sub compare1stline {
|
sub compare1stline {
|
||||||
my ($cmdarray, $str) = @_;
|
my ($cmdarray, $str) = @_;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user