Skip to content

Commit

Permalink
Fix cleaning up after openssl_pkcs7_verify_basic test
Browse files Browse the repository at this point in the history
  • Loading branch information
kamazee authored and bukka committed Jan 10, 2019
1 parent 1fab01b commit 1a1e12c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ext/openssl/tests/openssl_pkcs7_verify_basic.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ if (file_exists($contentfile)) {
?>
--CLEAN--
<?php
if (file_exists($pkcsfile)) {
unlink($pkcsfile);
}
unlink(__DIR__ . DIRECTORY_SEPARATOR . '/openssl_pkcs7_verify__pkcsfile.tmp');
?>
--EXPECTF--
int(-1)
Expand Down

0 comments on commit 1a1e12c

Please sign in to comment.