summaryrefslogtreecommitdiff
path: root/ext/phar/tests/refcount1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/phar/tests/refcount1.phpt')
-rw-r--r--ext/phar/tests/refcount1.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/phar/tests/refcount1.phpt b/ext/phar/tests/refcount1.phpt
index ccd912713b..234d49111c 100644
--- a/ext/phar/tests/refcount1.phpt
+++ b/ext/phar/tests/refcount1.phpt
@@ -17,7 +17,7 @@ $files = array();
$files['a.php'] = '<?php echo "This is a\n"; ?>';
$files['b.php'] = '<?php echo "This is b\n"; ?>';
$files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
-include 'phar_test.inc';
+include 'files/phar_test.inc';
$fp = fopen($pname . '/b/c.php', 'wb');
fwrite($fp, "extra");