Skip to content

Commit 12b9196

Browse files
committed
Merge branch 'PHP-8.2'
* PHP-8.2: Fix cleaup of fileinfo test
2 parents b49f5ac + 52850a4 commit 12b9196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/fileinfo/tests/cve-2014-3538-nojit.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ if ($t < 1) {
3434
Done
3535
--CLEAN--
3636
<?php
37-
//@unlink(__DIR__.'/cve-2014-3538.data');
37+
@unlink(__DIR__.'/cve-2014-3538.data');
3838
?>
3939
--EXPECTF--
4040
string(%d) "%s"

0 commit comments

Comments
 (0)