]> granicus.if.org Git - php/commitdiff
fix to work with only the installed version of PEAR
authorGreg Beaver <cellog@php.net>
Fri, 30 Apr 2004 16:45:46 +0000 (16:45 +0000)
committerGreg Beaver <cellog@php.net>
Fri, 30 Apr 2004 16:45:46 +0000 (16:45 +0000)
pear/tests/pear_registry.phpt

index ebec1763fde40b97a6f296cdbaa3b7b47d98ab6c..e44f6ce259de50b4a3624990579aa34e22577f30 100644 (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();