summaryrefslogtreecommitdiff
path: root/pear/tests/pear_registry_1.1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'pear/tests/pear_registry_1.1.phpt')
-rw-r--r--pear/tests/pear_registry_1.1.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/pear/tests/pear_registry_1.1.phpt b/pear/tests/pear_registry_1.1.phpt
index 8c81c0ee56..5af8636072 100644
--- a/pear/tests/pear_registry_1.1.phpt
+++ b/pear/tests/pear_registry_1.1.phpt
@@ -23,7 +23,7 @@ if (PEAR_Registry::apiVersion() != '1.1') {
--FILE--
<?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';