TEST: Modify test/recipes/25-test_crl.t to leave artifacts behind
[openssl.git] / test / recipes / 25-test_crl.t
index 50833d79fcca1a3b2756410df81a0a8890d5455c..2dda36196201c9c4ef5e83e6f61c8ac5203dfb40 100644 (file)
@@ -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) = @_;