diff options
author | Richard Levitte <levitte@openssl.org> | 2020-02-13 00:28:02 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2020-02-18 09:45:51 +0100 |
commit | 1cf959316894ab2a1111806803a2bed30f46bf30 (patch) | |
tree | f1f30b0a6346c94048af806a12bb7f6fd6e3ad0c /test/recipes/20-test_enc.t | |
parent | TEST: Modify test/recipes/20-test_dgst.t to leave artifacts behind (diff) | |
download | openssl-1cf959316894ab2a1111806803a2bed30f46bf30.tar.xz openssl-1cf959316894ab2a1111806803a2bed30f46bf30.zip |
TEST: Modify test/recipes/20-test_enc.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/recipes/20-test_enc.t')
-rw-r--r-- | test/recipes/20-test_enc.t | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/recipes/20-test_enc.t b/test/recipes/20-test_enc.t index 50e7463c06..b4a8e01878 100644 --- a/test/recipes/20-test_enc.t +++ b/test/recipes/20-test_enc.t @@ -62,9 +62,6 @@ plan tests => 2 + (scalar @ciphers)*2; ok(run(app([$cmd, @e, "-in", $test, "-out", $cipherfile])) && run(app([$cmd, @d, "-in", $cipherfile, "-out", $clearfile])) && compare_text($test,$clearfile) == 0, $t); - unlink $cipherfile, $clearfile; } } } - -unlink $test; |