]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
TEST: Modify test/recipes/20-test_enc_more.t to leave artifacts behind
authorRichard Levitte <levitte@openssl.org>
Fri, 14 Feb 2020 05:56:04 +0000 (06:56 +0100)
committerRichard Levitte <levitte@openssl.org>
Tue, 18 Feb 2020 08:45:52 +0000 (09:45 +0100)
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/11080)

test/recipes/20-test_enc_more.t

index 8f37bee2502b1dc7b7ca7b12d3d73c6944ddaa85..a59663412a399ecf5b3e705b266e46d8f65e88e4 100644 (file)
@@ -54,8 +54,5 @@ SKIP: {
            && run(app([@common, "-d", "-in", $cipherfile, "-out", $clearfile]))
            && compare_text($plaintext, $clearfile) == 0
            , $ciphername);
-        unlink $cipherfile, $clearfile;
     }
 }
-
-unlink $plaintext;