summaryrefslogtreecommitdiff
path: root/ext/phar/tests/023.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/phar/tests/023.phpt')
-rwxr-xr-xext/phar/tests/023.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/phar/tests/023.phpt b/ext/phar/tests/023.phpt
index ee5dfc6ab7..808f91deae 100755
--- a/ext/phar/tests/023.phpt
+++ b/ext/phar/tests/023.phpt
@@ -15,7 +15,7 @@ $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';
var_dump(file_get_contents($pname . '/a.php'));
var_dump(file_get_contents($pname . '/b.php'));