summaryrefslogtreecommitdiff
path: root/ext/session/tests/bug32330.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/session/tests/bug32330.phpt')
-rw-r--r--ext/session/tests/bug32330.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/session/tests/bug32330.phpt b/ext/session/tests/bug32330.phpt
index 4d432ef1d4..1c7713dbfb 100644
--- a/ext/session/tests/bug32330.phpt
+++ b/ext/session/tests/bug32330.phpt
@@ -6,7 +6,7 @@ Bug #32330 (session_destroy, "Failed to initialize storage module", custom sessi
session.use_trans_sid=0
session.use_cookies=1
session.name=sid
-session.save_path={TMP}
+session.save_path="{TMP}"
session.gc_probability=1
session.gc_divisor=1
session.save_handler=files