]> granicus.if.org Git - php/commitdiff
Fix test
authorYasuo Ohgaki <yohgaki@php.net>
Tue, 15 Nov 2016 03:01:13 +0000 (12:01 +0900)
committerJoe Watkins <krakjoe@php.net>
Wed, 16 Nov 2016 05:08:29 +0000 (05:08 +0000)
ext/session/tests/bug69111.phpt

index 38201ef64a5278661f84a2983256fa29b050f202..ce14dc750c6641a262d3c0911276e431798bc562 100644 (file)
@@ -17,9 +17,9 @@ $sh->write("foo", "bar");
 var_dump($sh->read(@$id));
 ?>
 --EXPECTF--
-Warning: SessionHandler::open(): Session is not active in /home/yohgaki/workspace/ext/git/oss/php.net/github-php-src/ext/session/tests/bug69111.php on line 10
+Warning: SessionHandler::open(): Session is not active in %s on line 10
 
-Warning: SessionHandler::write(): Session is not active in /home/yohgaki/workspace/ext/git/oss/php.net/github-php-src/ext/session/tests/bug69111.php on line 11
+Warning: SessionHandler::write(): Session is not active in %s on line 11
 
-Warning: SessionHandler::read(): Session is not active in /home/yohgaki/workspace/ext/git/oss/php.net/github-php-src/ext/session/tests/bug69111.php on line 12
+Warning: SessionHandler::read(): Session is not active in %s on line 12
 bool(false)