summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-09-13 12:00:29 +0200
committerAnatol Belski <ab@php.net>2016-09-13 12:00:29 +0200
commitfc31d6fed4ce4e58bf46204a31d4441684722c81 (patch)
tree22baf7ae5baee4360596a40fcc0c07ee11aa11e4
parent8fd0e0285f36514dab5603e05cb8efa7fea99c87 (diff)
downloadphp-git-fc31d6fed4ce4e58bf46204a31d4441684722c81.tar.gz
fix test portability
-rw-r--r--ext/session/tests/016.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/session/tests/016.phpt b/ext/session/tests/016.phpt
index c1965df5cb..fc2187e127 100644
--- a/ext/session/tests/016.phpt
+++ b/ext/session/tests/016.phpt
@@ -26,5 +26,5 @@ Warning: session_start(): Failed to create session data file path. Too short ses
Warning: session_write_close(): Failed to create session data file path. Too short session ID, invalid save_path or path lentgth exceeds MAXPATHLEN(%d) in %s on line 6
-Warning: session_write_close(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (123;:/really\completely:::/invalid;;,23123;213) in %s on line 6
-I live \ No newline at end of file
+Warning: session_write_close(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (123;:/really%scompletely:::/invalid;;,23123;213) in %s on line 6
+I live