From: Jani Taskinen Date: Thu, 14 Aug 2008 21:53:53 +0000 (+0000) Subject: - Fix test to use same path as test is as session.save_path to prevent X-Git-Tag: BEFORE_HEAD_NS_CHANGE~715 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6e7c08b75e9576f4e49bf47f963ac52d1859d9e9;p=php - Fix test to use same path as test is as session.save_path to prevent permission errors. --- diff --git a/tests/basic/bug20539.phpt b/tests/basic/bug20539.phpt index 372285bfae..2cfc00a356 100644 --- a/tests/basic/bug20539.phpt +++ b/tests/basic/bug20539.phpt @@ -3,9 +3,11 @@ Bug #20539 (PHP CLI Segmentation Fault) --INI-- session.auto_start=1 session.save_handler=files +session.save_path=./tests/basic/ --FILE-- --EXPECT-- good :)