From: Dr. Stephen Henson Date: Tue, 18 Mar 2008 18:53:12 +0000 (+0000) Subject: Delete standard out and err temp files too. X-Git-Tag: OpenSSL_0_9_8k^2~506 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6bd05ad4721a619a8f2dc5573912ca4fdf265c44;p=thirdparty%2Fopenssl.git Delete standard out and err temp files too. --- diff --git a/test/cms-test.pl b/test/cms-test.pl index 7d19e22ccc7..3dfbe8d6901 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 ) = @_;