diff options
| author | Stanislav Malyshev <stas@php.net> | 2011-05-27 19:21:21 +0000 |
|---|---|---|
| committer | Stanislav Malyshev <stas@php.net> | 2011-05-27 19:21:21 +0000 |
| commit | c2f796c58b0f9e4598a0ec440d4f4483d338aa74 (patch) | |
| tree | b76c30afdd83ab212c03dab110e1900fd5576032 | |
| parent | a2390fca5d18c53a5582f5ba16272af2f84593f5 (diff) | |
| download | php-git-c2f796c58b0f9e4598a0ec440d4f4483d338aa74.tar.gz | |
MFH: Fix for failing test.
| -rw-r--r-- | tests/security/open_basedir_readlink.phpt | 4 |
1 files changed, 1 insertions, 3 deletions
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] *** |
