summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/stat_variation3-win32.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/file/stat_variation3-win32.phpt')
-rw-r--r--ext/standard/tests/file/stat_variation3-win32.phpt3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/standard/tests/file/stat_variation3-win32.phpt b/ext/standard/tests/file/stat_variation3-win32.phpt
index e248116486..3762710276 100644
--- a/ext/standard/tests/file/stat_variation3-win32.phpt
+++ b/ext/standard/tests/file/stat_variation3-win32.phpt
@@ -59,14 +59,12 @@ clearstatcache();
echo "\n*** Done ***";
?>
-
--CLEAN--
<?php
$file_path = dirname(__FILE__);
rmdir("$file_path/stat_variation3");
?>
--EXPECTF--
-
*** Testing stat(): with creating & deleting subdir/file ***
-- Testing stat() on dir after subdir and file is created in it --
bool(true)
@@ -77,4 +75,3 @@ bool(true)
bool(true)
*** Done ***
-