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:
90ec4c0
)
Delete standard out and err temp files too.
author
Dr. Stephen Henson
<steve@openssl.org>
Tue, 18 Mar 2008 18:53:12 +0000
(18:53 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Tue, 18 Mar 2008 18:53:12 +0000
(18:53 +0000)
test/cms-test.pl
patch
|
blob
|
history
diff --git
a/test/cms-test.pl
b/test/cms-test.pl
index 7d19e22ccc75bc42a64a13b34fcbc870d99691e2..3dfbe8d69017e41288d3c111e6ab6dee7d09f5a9 100644
(file)
--- a/
test/cms-test.pl
+++ b/
test/cms-test.pl
@@
-322,6
+322,8
@@
else {
unlink "test.cms";
unlink "test2.cms";
unlink "smtst.txt";
+unlink "cms.out";
+unlink "cms.err";
sub run_smime_tests {
my ( $rv, $aref, $scmd, $vcmd ) = @_;