]> granicus.if.org Git - php/commitdiff
Fix broken test
authorRasmus Lerdorf <rasmus@php.net>
Fri, 14 Dec 2012 00:13:37 +0000 (16:13 -0800)
committerRasmus Lerdorf <rasmus@php.net>
Fri, 14 Dec 2012 00:13:37 +0000 (16:13 -0800)
This was missing a %s for the path here

ext/session/tests/bug60860.phpt

index 12310205aa74f54cecc6ac69b7e7a293977e3e26..223fb35905da3662d39571e2a818b634b8f94210 100644 (file)
@@ -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