From: Richard Levitte Date: Fri, 14 Feb 2020 06:16:25 +0000 (+0100) Subject: TEST: Modify test/recipes/80-test_ca.t to leave artifacts behind X-Git-Tag: openssl-3.0.0-alpha1~437 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6469d60e63a8edd1e060be017dc39829e7b4cc8b;p=oweals%2Fopenssl.git 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) --- 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(" ",@_));