From 1f5310747e64c1f5094b6c425997dddebbd1f5fe Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Mon, 23 Jul 2007 08:58:17 +0000 Subject: [PATCH] Fixed wrong expectation --- ext/standard/tests/file/is_file_variation4.phpt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ext/standard/tests/file/is_file_variation4.phpt b/ext/standard/tests/file/is_file_variation4.phpt index 73884f072a..82c96f4f77 100644 --- a/ext/standard/tests/file/is_file_variation4.phpt +++ b/ext/standard/tests/file/is_file_variation4.phpt @@ -57,15 +57,15 @@ rmdir($dir_name); - Iteration 1 - bool(true) - Iteration 2 - -bool(true) +bool(false) - Iteration 3 - bool(true) - Iteration 4 - bool(true) - Iteration 5 - -bool(true) +bool(false) - Iteration 6 - -bool(true) +bool(false) - Iteration 7 - bool(true) - Iteration 8 - -- 2.40.0