From: Ulf Wendel Date: Tue, 22 Sep 2009 06:59:04 +0000 (+0000) Subject: Fixing test. Can't wait to see the new run-tests materialize for detecting skip secti... X-Git-Tag: php-5.4.0alpha1~191^2~2621 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1cafe8c54cec15cf2af7898c4f9e638d4b6474c8;p=php Fixing test. Can't wait to see the new run-tests materialize for detecting skip section parse errors. --- diff --git a/ext/mysqli/tests/mysqli_poll_reference.phpt b/ext/mysqli/tests/mysqli_poll_reference.phpt index eb14e74044..59ef4dcec2 100644 --- a/ext/mysqli/tests/mysqli_poll_reference.phpt +++ b/ext/mysqli/tests/mysqli_poll_reference.phpt @@ -13,10 +13,9 @@ if (!$IS_MYSQLND) if (!$link = mysqli_connect($host, $user, $passwd, $db, $port, $socket)) die("skip cannot connect"); -if (mysqli_server_version($link) < 50012)) +if (mysqli_server_version($link) < 50012) die("skip Test needs SQL function SLEEP() available as of MySQL 5.0.12"); -mysqli_close($link); ?> --FILE--