From d5ddac972028c9c1a37766829ea0557a6641901f Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Mon, 18 Jun 2007 07:31:45 +0000 Subject: [PATCH] Fixed test file --- tests/lang/bug32924.phpt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/lang/bug32924.phpt b/tests/lang/bug32924.phpt index ddb8301e31..d72b0eaa2e 100644 --- a/tests/lang/bug32924.phpt +++ b/tests/lang/bug32924.phpt @@ -1,12 +1,12 @@ --TEST-- Bug #32924 (prepend does not add file to included files) --INI-- -include_path=. -auto_prepend_file=tests/lang/inc.inc +include_path={PWD} +auto_prepend_file=inc.inc --FILE-- END --EXPECT-- -- 2.50.1