summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2020-02-14 08:43:28 +0100
committerRichard Levitte <levitte@openssl.org>2020-02-18 09:45:53 +0100
commit6c93c56c5271ae3eefbb11bda195e2d55ffe5155 (patch)
tree05577d1eb87df14d1d739bf9cbc0db3f639fd383 /test
parenta3f3ed65a34320d229a9fb62e57732e42daf0a39 (diff)
downloadopenssl-new-6c93c56c5271ae3eefbb11bda195e2d55ffe5155.tar.gz
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)
Diffstat (limited to 'test')
-rw-r--r--test/recipes/80-test_ssl_old.t38
1 files changed, 0 insertions, 38 deletions
diff --git a/test/recipes/80-test_ssl_old.t b/test/recipes/80-test_ssl_old.t
index d6e638d2f1..41eeb46a29 100644
--- a/test/recipes/80-test_ssl_old.t
+++ b/test/recipes/80-test_ssl_old.t
@@ -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;