diff options
author | Steph Fox <sfox@php.net> | 2008-02-20 13:11:40 +0000 |
---|---|---|
committer | Steph Fox <sfox@php.net> | 2008-02-20 13:11:40 +0000 |
commit | 63060290516b50ab1d6479ebe00bfab384a309af (patch) | |
tree | da066a7e4447f22cd7a126b48fdfe69aecc6482c /ext/phar/tests/018.phpt | |
parent | 478cbe5892032fcf8bf9315ac9f32083483edd39 (diff) | |
download | php-git-63060290516b50ab1d6479ebe00bfab384a309af.tar.gz |
Move supporting files to their own directory (toplevel tests)
Diffstat (limited to 'ext/phar/tests/018.phpt')
-rw-r--r-- | ext/phar/tests/018.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/phar/tests/018.phpt b/ext/phar/tests/018.phpt index 361a1285ef..97cd323779 100644 --- a/ext/phar/tests/018.phpt +++ b/ext/phar/tests/018.phpt @@ -15,7 +15,7 @@ __HALT_COMPILER(); ?>"; $files = array(); $files['a'] = 'a'; $files['b/a'] = 'b'; -include 'phar_test.inc'; +include 'files/phar_test.inc'; include $fname; $dir = opendir('phar://hio/'); |