summaryrefslogtreecommitdiff
path: root/pear/tests/pear_registry.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'pear/tests/pear_registry.phpt')
-rw-r--r--pear/tests/pear_registry.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/pear/tests/pear_registry.phpt b/pear/tests/pear_registry.phpt
index e3083cbb6a..26cafa3035 100644
--- a/pear/tests/pear_registry.phpt
+++ b/pear/tests/pear_registry.phpt
@@ -15,7 +15,7 @@ if (file_exists($statedir)) {
<?php
error_reporting(E_ALL);
-include_once dirname(__FILE__) . DIRECTORY_SEPARATOR . 'pear_registry_inc.php';
+include_once dirname(__FILE__) . DIRECTORY_SEPARATOR . 'pear_registry_inc.php.inc';
include_once "PEAR/Registry.php";
PEAR::setErrorHandling(PEAR_ERROR_DIE, "%s\n");
$statedir = dirname(__FILE__) . DIRECTORY_SEPARATOR . 'registry_tester';