summaryrefslogtreecommitdiff
path: root/ext/phar/tests/019.phpt
diff options
context:
space:
mode:
authorSteph Fox <sfox@php.net>2008-02-20 13:11:40 +0000
committerSteph Fox <sfox@php.net>2008-02-20 13:11:40 +0000
commit63060290516b50ab1d6479ebe00bfab384a309af (patch)
treeda066a7e4447f22cd7a126b48fdfe69aecc6482c /ext/phar/tests/019.phpt
parent478cbe5892032fcf8bf9315ac9f32083483edd39 (diff)
downloadphp-git-63060290516b50ab1d6479ebe00bfab384a309af.tar.gz
Move supporting files to their own directory (toplevel tests)
Diffstat (limited to 'ext/phar/tests/019.phpt')
-rw-r--r--ext/phar/tests/019.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/phar/tests/019.phpt b/ext/phar/tests/019.phpt
index 7bf062e862..3d00b5f8e9 100644
--- a/ext/phar/tests/019.phpt
+++ b/ext/phar/tests/019.phpt
@@ -17,7 +17,7 @@ $files['a'] = 'a';
$files['b/a'] = 'b';
$files['b/c/d'] = 'c';
$files['bad/c'] = 'd';
-include 'phar_test.inc';
+include 'files/phar_test.inc';
include $fname;
$dir = opendir('phar://hio/b');
while (false !== ($a = readdir($dir))) {