summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2012-08-21 22:11:11 +0800
committerXinchen Hui <laruence@php.net>2012-08-21 22:11:22 +0800
commit60ad16e11f97fb58f736577c2cf9fef9f109b97a (patch)
treedfddf6b4ca33fc0738e96e6c7a4c230d2ba110d5
parent92153dcfe3f7643526572439622408d94fd4aa14 (diff)
downloadphp-git-60ad16e11f97fb58f736577c2cf9fef9f109b97a.tar.gz
skip test properly
-rw-r--r--ext/mysql/tests/mysql_query_load_data_openbasedir.phpt3
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/mysql/tests/mysql_query_load_data_openbasedir.phpt b/ext/mysql/tests/mysql_query_load_data_openbasedir.phpt
index c2685a572e..474065faf1 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');