1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Fix cleanup in bug70748.phpt

git add Zend/tests usable again...
This commit is contained in:
Nikita Popov
2015-12-10 19:14:49 +01:00
parent 798d168d73
commit 5c5209d676

View File

@@ -12,7 +12,7 @@ var_dump(parse_ini_file($ini_file));
?>
--CLEAN--
<?php
unlink(__DIR__ . "bug70748.ini");
unlink(__DIR__ . "/bug70748.ini");
?>
--EXPECTF--
Warning: syntax error, unexpected $end, expecting '}' in %sbug70748.ini on line %d