Fix cleaning up after openssl_pkcs7_verify_basic test

This commit is contained in:
Alexander Kurilo 2018-12-07 00:07:18 +03:00 committed by Jakub Zelenka
parent 1fab01be5b
commit 1a1e12c2a9

View File

@ -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)