projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b67d53a
)
TEST: Modify test/recipes/20-test_enc.t to leave artifacts behind
author
Richard Levitte
<levitte@openssl.org>
Wed, 12 Feb 2020 23:28:02 +0000
(
00:28
+0100)
committer
Richard Levitte
<levitte@openssl.org>
Tue, 18 Feb 2020 08:45:51 +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.t
patch
|
blob
|
history
diff --git
a/test/recipes/20-test_enc.t
b/test/recipes/20-test_enc.t
index 50e7463c06b9d8ab6b8e5dca2279bcc56cf6fc97..b4a8e018783a5c19bbd49a0e61a1eafb68647661 100644
(file)
--- 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;