Commit: 60ad16e11f97fb58f736577c2cf9fef9f109b97a Author: Xinchen Hui <larue...@php.net> Tue, 21 Aug 2012 22:11:11 +0800 Parents: 92153dcfe3f7643526572439622408d94fd4aa14 Branches: PHP-5.3
Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=60ad16e11f97fb58f736577c2cf9fef9f109b97a Log: skip test properly Changed paths: M ext/mysql/tests/mysql_query_load_data_openbasedir.phpt Diff: diff --git a/ext/mysql/tests/mysql_query_load_data_openbasedir.phpt b/ext/mysql/tests/mysql_query_load_data_openbasedir.phpt index c2685a5..474065f 100644 --- a/ext/mysql/tests/mysql_query_load_data_openbasedir.phpt +++ b/ext/mysql/tests/mysql_query_load_data_openbasedir.phpt @@ -2,13 +2,12 @@ LOAD DATA INFILE - open_basedir --SKIPIF-- <?php -@include_once("connect.inc"); +include_once('skipif.inc'); if (!isset($db)) { die("skip open_basedir setting prevents inclusing of required files"); } -include_once('skipif.inc'); include_once('skipifconnectfailure.inc'); -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php