From a60079c76e9b8d9bd9e7da228ff514db8162459f Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Fri, 14 Feb 2020 08:46:54 +0100 Subject: [PATCH] TEST: Modify test/recipes/tconversion.pl to leave artifacts behind Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/11080) --- test/recipes/tconversion.pl | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/recipes/tconversion.pl b/test/recipes/tconversion.pl index a7db10d24c..2cecb9fc23 100644 --- a/test/recipes/tconversion.pl +++ b/test/recipes/tconversion.pl @@ -89,9 +89,6 @@ sub tconversion { } } } - unlink glob "$testtype-f.*"; - unlink glob "$testtype-ff.*"; - unlink glob "$testtype-fff.*"; } sub cmp_text { -- 2.25.1