diff options
| author | foobar <sniper@php.net> | 2005-08-02 15:13:21 +0000 |
|---|---|---|
| committer | foobar <sniper@php.net> | 2005-08-02 15:13:21 +0000 |
| commit | 3593a55341aafb2a4b5428243b796a49bf8059f5 (patch) | |
| tree | f2f026c2d78f9cd64fc3e1bed083223cc89d21a1 | |
| parent | b529831df8b342f77ecee0bcba75eeecf60def87 (diff) | |
| download | php-git-3593a55341aafb2a4b5428243b796a49bf8059f5.tar.gz | |
fix test when include_path does NOT have . in it
| -rw-r--r-- | tests/lang/bug32924.phpt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lang/bug32924.phpt b/tests/lang/bug32924.phpt index 289dd1b829..ddb8301e31 100644 --- a/tests/lang/bug32924.phpt +++ b/tests/lang/bug32924.phpt @@ -1,6 +1,7 @@ --TEST-- Bug #32924 (prepend does not add file to included files) --INI-- +include_path=. auto_prepend_file=tests/lang/inc.inc --FILE-- <?php |
