]> granicus.if.org Git - php/commitdiff
MFH: Fix for failing test.
authorStanislav Malyshev <stas@php.net>
Fri, 27 May 2011 19:21:21 +0000 (19:21 +0000)
committerStanislav Malyshev <stas@php.net>
Fri, 27 May 2011 19:21:21 +0000 (19:21 +0000)
tests/security/open_basedir_readlink.phpt

index a632dce243d0accbce26a870fe246242cc02419d..fe16d08542229bee9c8ec05f91bcdca83052503c 100644 (file)
@@ -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] ***