diff options
Diffstat (limited to 'ext/dba/tests/dba009.phpt')
| -rwxr-xr-x | ext/dba/tests/dba009.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/dba/tests/dba009.phpt b/ext/dba/tests/dba009.phpt index 50a50c6bd..b4d8308e8 100755 --- a/ext/dba/tests/dba009.phpt +++ b/ext/dba/tests/dba009.phpt @@ -2,12 +2,12 @@ DBA dba_popen Test --SKIPIF-- <?php - require_once('skipif.inc'); + require_once dirname(__FILE__) .'/skipif.inc'; print("info $HND handler used"); ?> --FILE-- <?php - require_once('test.inc'); + require_once dirname(__FILE__) .'/test.inc'; echo "database handler: $handler\n"; if (($db=dba_popen($db_file, "n", $handler))!==FALSE) { echo "Opened\n"; |
