]> granicus.if.org Git - php/commitdiff
cleanup tmp files
authorAntony Dovgal <tony2001@php.net>
Fri, 29 Jun 2007 12:56:08 +0000 (12:56 +0000)
committerAntony Dovgal <tony2001@php.net>
Fri, 29 Jun 2007 12:56:08 +0000 (12:56 +0000)
ext/standard/tests/file/rename_variation2.phpt
ext/standard/tests/file/rename_variation3.phpt

index 17c8be14c8366c17045cf61d165499497245568d..350ed6580c6d11def435bff1973cebb95f68ce01 100644 (file)
@@ -47,6 +47,7 @@ echo "Done\n";
 --CLEAN--
 <?php
 $file_path = dirname(__FILE__);
+unlink($file_path."/rename_variation1.tmp");
 unlink($file_path."/rename_variation_link.tmp");
 unlink($file_path."/rename_variation.tmp");
 rmdir($file_path."/rename_variation_dir");
index 73fbe4ccc7398c67d018eece30b75c9fbdfb3440..f6565e437b3ae36c6cee9df8fcd780613656d63b 100644 (file)
@@ -44,6 +44,7 @@ echo "Done\n";
 --CLEAN--
 <?php
 $file_path = dirname(__FILE__);
+unlink($file_path."/rename_variation1.tmp");
 unlink($file_path."/rename_variation_link.tmp");
 unlink($file_path."/rename_variation_hard_link1.tmp");
 unlink($file_path."/rename_variation_hard_link2.tmp");