MFH: Fixes for broken tests.

This commit is contained in:
Stanislav Malyshev 2011-05-27 19:27:05 +00:00
parent c16bfe403f
commit 845d0805a8
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,7 @@
--TEST--
Bug #46010 (warnings incorrectly generated for iv in ecb mode)
--SKIPIF--
<?php if (!extension_loaded("mcrypt")) print "skip"; ?>
--FILE--
<?php

View File

@ -57,8 +57,6 @@ int(%d)
Warning: symlink(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the allowed path(s): (.) in %s on line %d
bool(false)
int(%d)
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 [linkinfo] ***