Fixing test

This commit is contained in:
Ulf Wendel 2010-05-31 12:22:48 +00:00
parent f0446ca9e3
commit c96feb3dda

View File

@ -33,7 +33,7 @@ new mysqli()
$tmp = $res->fetch_assoc();
$res->free_result();
if (!isset($tmp['testing']) || $tmp['testing'] != $socket) {
if (!isset($tmp['testing']) || $tmp['testing'] != 'mysqli.default_socket') {
printf("[002] mysqli.default_socket not properly set?\n");
var_dump($tmp);
}