From: Ilia Alshanetsky Date: Sat, 15 Feb 2003 17:06:35 +0000 (+0000) Subject: Fixed skip condition. X-Git-Tag: RELEASE_0_5~999 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8a07cc45cfb3cfad38a65f027e59b2e1d02f091e;p=php Fixed skip condition. --- diff --git a/ext/mysqli/tests/014.phpt b/ext/mysqli/tests/014.phpt index b1c916ecf3..7e1771fcaa 100644 --- a/ext/mysqli/tests/014.phpt +++ b/ext/mysqli/tests/014.phpt @@ -9,7 +9,7 @@ mysqli autocommit/commit/rollback mysqli_free_result($result); mysqli_close($link); - if ($row[1] == "NO") { + if ($row[1] == "DISABLED") { printf ("skip innodb support not installed."); } ?>