diff options
| -rw-r--r-- | ext/openssl/tests/openssl_csr_export_to_file_basic.phpt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/openssl/tests/openssl_csr_export_to_file_basic.phpt b/ext/openssl/tests/openssl_csr_export_to_file_basic.phpt index f88530ba48..1576302ae3 100644 --- a/ext/openssl/tests/openssl_csr_export_to_file_basic.phpt +++ b/ext/openssl/tests/openssl_csr_export_to_file_basic.phpt @@ -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); } |
