From eecdb4c254bafe5fc53b1e06055482944cd3560f Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Thu, 13 Dec 2012 16:13:37 -0800 Subject: [PATCH] Fix broken test This was missing a %s for the path here --- ext/session/tests/bug60860.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/session/tests/bug60860.phpt b/ext/session/tests/bug60860.phpt index 12310205aa7..223fb35905d 100644 --- a/ext/session/tests/bug60860.phpt +++ b/ext/session/tests/bug60860.phpt @@ -14,4 +14,4 @@ echo "ok\n"; --EXPECTF-- Warning: session_start(): user session functions not defined in %s on line 3 -Fatal error: session_start(): Failed to initialize storage module: user (path: ) in %s on line 3 +Fatal error: session_start(): Failed to initialize storage module: user (path: %s) in %s on line 3