Skip to content

Commit

Permalink
Fix cleaning tmp output file in openssl_csr_export_to_file test
Browse files Browse the repository at this point in the history
  • Loading branch information
bukka committed Oct 30, 2017
1 parent 5812f7a commit 55d9241
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/openssl/tests/openssl_csr_export_to_file_basic.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ var_dump(openssl_csr_export_to_file($csr, $csrfile, false));
?>
--CLEAN--
<?php
$csrfile = dirname(__FILE__) . "/openssl_csr_export_to_file_csr.tmp";
if (file_exists($csrfile)) {
unlink($csrfile);
}
Expand Down

0 comments on commit 55d9241

Please sign in to comment.