From a76b852989306ac4c71a32b5e792e5b21a198dec Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Fri, 28 Jul 2006 13:47:56 +0000 Subject: [PATCH] fix test --- ext/standard/tests/file/bug24313.phpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/standard/tests/file/bug24313.phpt b/ext/standard/tests/file/bug24313.phpt index 4c6053b278..04057c58a3 100644 --- a/ext/standard/tests/file/bug24313.phpt +++ b/ext/standard/tests/file/bug24313.phpt @@ -1,10 +1,10 @@ --TEST-- Bug #24313 (file_exists() throws a warning on nonexistent files when is open_basedir enabled) --INI-- -open_basedir=/bin +open_basedir=/dev --FILE-- --EXPECT-- bool(false) -- 2.40.0