summaryrefslogtreecommitdiff
path: root/ext/standard/tests/dir/opendir_error2.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/dir/opendir_error2.phpt')
-rw-r--r--ext/standard/tests/dir/opendir_error2.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/standard/tests/dir/opendir_error2.phpt b/ext/standard/tests/dir/opendir_error2.phpt
index 47b7709cec..1eac9a33d8 100644
--- a/ext/standard/tests/dir/opendir_error2.phpt
+++ b/ext/standard/tests/dir/opendir_error2.phpt
@@ -27,7 +27,6 @@ echo "\n-- Pass a non-existent relative path: --\n";
chdir(__DIR__);
var_dump(opendir('idonotexist'));
?>
-===DONE===
--EXPECTF--
*** Testing opendir() : error conditions ***
@@ -40,4 +39,3 @@ bool(false)
Warning: opendir(idonotexist): failed to open dir: %s in %s on line %d
bool(false)
-===DONE===