From: Richard Levitte Date: Fri, 14 Feb 2020 05:56:04 +0000 (+0100) Subject: TEST: Modify test/recipes/20-test_enc_more.t to leave artifacts behind X-Git-Tag: openssl-3.0.0-alpha1~439 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=95640f748c2fd4ff362bda2b573d9dc1dc6ef40e;p=oweals%2Fopenssl.git TEST: Modify test/recipes/20-test_enc_more.t to leave artifacts behind Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/11080) --- diff --git a/test/recipes/20-test_enc_more.t b/test/recipes/20-test_enc_more.t index 8f37bee250..a59663412a 100644 --- a/test/recipes/20-test_enc_more.t +++ b/test/recipes/20-test_enc_more.t @@ -54,8 +54,5 @@ SKIP: { && run(app([@common, "-d", "-in", $cipherfile, "-out", $clearfile])) && compare_text($plaintext, $clearfile) == 0 , $ciphername); - unlink $cipherfile, $clearfile; } } - -unlink $plaintext;