From: Richard Levitte Date: Wed, 12 Feb 2020 23:28:16 +0000 (+0100) Subject: TEST: Modify test/recipes/25-test_crl.t to leave artifacts behind X-Git-Tag: openssl-3.0.0-alpha1~442 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ebcc3e0a4d39bc2c50c75f18a5c47e67ff8d4c98;p=oweals%2Fopenssl.git TEST: Modify test/recipes/25-test_crl.t to leave artifacts behind Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/11080) --- diff --git a/test/recipes/25-test_crl.t b/test/recipes/25-test_crl.t index 50833d79fc..2dda361962 100644 --- 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) = @_;