From: Jeraimee Hughes Date: Tue, 17 May 2011 15:06:48 +0000 (+0000) Subject: Fix for failing test. X-Git-Tag: php-5.5.0alpha1~2075 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e5c1c4222091e73c101a70bf5ee820d4a4878fe0;p=php Fix for failing test. --- diff --git a/tests/security/open_basedir_readlink.phpt b/tests/security/open_basedir_readlink.phpt index a632dce243..fe16d08542 100644 --- a/tests/security/open_basedir_readlink.phpt +++ b/tests/security/open_basedir_readlink.phpt @@ -69,8 +69,6 @@ bool(false) Warning: readlink(): open_basedir restriction in effect. File(%s/test/ok/symlink.txt) is not within the allowed path(s): (.) in %s on line %d bool(false) - -Warning: unlink(): open_basedir restriction in effect. File(%s/test/ok/symlink.txt) is not within the allowed path(s): (.) in %s on line %d -bool(false) +bool(true) *** Finished testing open_basedir configuration [readlink] ***