Skip to content

Commit 52850a4

Browse files
committed
Fix cleaup of fileinfo test
1 parent adaed8b commit 52850a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)