From 6469d60e63a8edd1e060be017dc39829e7b4cc8b Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Fri, 14 Feb 2020 07:16:25 +0100 Subject: [PATCH] TEST: Modify test/recipes/80-test_ca.t to leave artifacts behind Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/11080) --- test/recipes/80-test_ca.t | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/recipes/80-test_ca.t b/test/recipes/80-test_ca.t index 483b1f5ec6..c01bc389fa 100644 --- a/test/recipes/80-test_ca.t +++ b/test/recipes/80-test_ca.t @@ -68,10 +68,6 @@ SKIP: { "Signing SM2 certificate request"); } -rmtree("demoCA", { safe => 0 }); -unlink "newcert.pem", "newreq.pem", "newkey.pem", "sm2-test.crt"; - - sub yes { my $cntr = 10; open(PIPE, "|-", join(" ",@_)); -- 2.25.1