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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user