summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-03-18 18:53:12 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-03-18 18:53:12 +0000
commit6bd05ad4721a619a8f2dc5573912ca4fdf265c44 (patch)
treebb9b2dba9870ca270a3cec3e2d7c5132392c06c2
parent90ec4c0af05d1e97b4e301baa128216c0f7a15de (diff)
Delete standard out and err temp files too.
-rw-r--r--test/cms-test.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/cms-test.pl b/test/cms-test.pl
index 7d19e22ccc..3dfbe8d690 100644
--- 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 ) = @_;