mirror of
https://github.com/openssl/openssl.git
synced 2024-12-09 05:51:54 +08:00
TEST: Modify test/recipes/80-test_ssl_old.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
a3f3ed65a3
commit
6c93c56c52
@ -546,41 +546,3 @@ sub testssl {
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
unlink $CAkey;
|
||||
unlink $CAcert;
|
||||
unlink $CAserial;
|
||||
unlink $CAreq;
|
||||
unlink $CAreq2;
|
||||
|
||||
unlink $Ukey;
|
||||
unlink $Ureq;
|
||||
unlink $Ucert;
|
||||
unlink basename($Ucert, '.ss').'.srl';
|
||||
|
||||
unlink $Dkey;
|
||||
unlink $Dreq;
|
||||
unlink $Dcert;
|
||||
|
||||
unlink $Ekey;
|
||||
unlink $Ereq;
|
||||
unlink $Ecert;
|
||||
|
||||
unlink $P1key;
|
||||
unlink $P1req;
|
||||
unlink $P1cert;
|
||||
unlink basename($P1cert, '.ss').'.srl';
|
||||
unlink $P1intermediate;
|
||||
unlink "intP1.ss";
|
||||
|
||||
unlink $P2key;
|
||||
unlink $P2req;
|
||||
unlink $P2cert;
|
||||
unlink $P2intermediate;
|
||||
unlink "intP2.ss";
|
||||
|
||||
unlink "ecp.ss";
|
||||
unlink "err.ss";
|
||||
|
||||
unlink $server_sess;
|
||||
unlink $client_sess;
|
||||
|
Loading…
Reference in New Issue
Block a user