From ebcc3e0a4d39bc2c50c75f18a5c47e67ff8d4c98 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 13 Feb 2020 00:28:16 +0100 Subject: [PATCH] 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) --- test/recipes/25-test_crl.t | 1 - 1 file changed, 1 deletion(-) 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) = @_; -- 2.34.1