]> granicus.if.org Git - php/commitdiff
try #2
authorJani Taskinen <jani@php.net>
Tue, 6 Nov 2007 13:43:48 +0000 (13:43 +0000)
committerJani Taskinen <jani@php.net>
Tue, 6 Nov 2007 13:43:48 +0000 (13:43 +0000)
ext/standard/tests/file/file_error.phpt

index bf5d90438f85d77b574bfa6034f9febac3bd1d78..c3130c30e2fa0222d2e7221064daa6f9083ea942 100644 (file)
@@ -26,7 +26,7 @@ echo "\n--- Done ---";
 --CLEAN--
 <?php
 $file_path = dirname(__FILE__);
-unlink($file_path."file.tmp");
+unlink($file_path."/file.tmp");
 ?>
 --EXPECTF--
 *** Testing error conditions ***