mirror of
https://github.com/openssl/openssl.git
synced 2025-01-30 14:01:55 +08:00
TEST: Modify test/recipes/80-test_ca.t to leave artifacts behind
Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/11080)
This commit is contained in:
parent
35746c7948
commit
6469d60e63
@ -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(" ",@_));
|
||||
|
Loading…
Reference in New Issue
Block a user