1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 01:48:26 +02:00

Fixes for broken tests.

This commit is contained in:
Jeraimee Hughes
2011-05-17 15:08:15 +00:00
parent e5c1c42220
commit daecb2c0f4
2 changed files with 3 additions and 3 deletions
+2
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
+1 -3
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] ***