mirror of
https://github.com/openssl/openssl.git
synced 2024-12-09 05:51:54 +08:00
TEST: Modify test/recipes/20-test_enc_more.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
42f7a4897f
commit
95640f748c
@ -54,8 +54,5 @@ SKIP: {
|
||||
&& run(app([@common, "-d", "-in", $cipherfile, "-out", $clearfile]))
|
||||
&& compare_text($plaintext, $clearfile) == 0
|
||||
, $ciphername);
|
||||
unlink $cipherfile, $clearfile;
|
||||
}
|
||||
}
|
||||
|
||||
unlink $plaintext;
|
||||
|
Loading…
Reference in New Issue
Block a user