1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 10:43:30 +02:00

- Fix test: Do not leave your crap behind!

This commit is contained in:
Jani Taskinen
2008-08-14 23:25:27 +00:00
parent 65f7945124
commit 06137bf0ce
@@ -30,9 +30,6 @@ clearstatcache(true, __FILE__ . "_link2");
clearstatcache(true, __FILE__ . "_link1");
var_dump(realpath(__FILE__ . "_link2"));
?>
--CLEAN--
<?php
@rmdir(__FILE__ . "_dir1");
@rmdir(__FILE__ . "_dir2");
@unlink(__FILE__ . "_link1");