]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - test/recipes/80-test_ca.t
TEST: Modify test/recipes/80-test_ca.t to leave artifacts behind
[thirdparty/openssl.git] / test / recipes / 80-test_ca.t
index 483b1f5ec6f9dc53012b161102f7f01d31feb455..c01bc389faed3af30faf47314ae4d88e8870db68 100644 (file)
@@ -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(" ",@_));