fix to work with only the installed version of PEAR

This commit is contained in:
Greg Beaver 2004-04-30 16:45:46 +00:00
parent 11be5f887b
commit d14b94b8df

View File

@ -10,7 +10,7 @@ if (!getenv('PHP_PEAR_RUNTESTS')) {
<?php
error_reporting(E_ALL);
include dirname(__FILE__)."/../PEAR/Registry.php";
include_once "PEAR/Registry.php";
PEAR::setErrorHandling(PEAR_ERROR_DIE, "%s\n");
cleanall();