summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2003-12-16 11:19:20 +0000
committerDmitry Stogov <dmitry@php.net>2003-12-16 11:19:20 +0000
commitfca9c0c6695628153f1f6d65dbea355f0f846338 (patch)
tree9b05658c4b99e5a5afdb1b4c34ec4a140a0f0f3e
parente0a0e9d8313335773355a2a9d768f84d1cdc317e (diff)
downloadphp-git-fca9c0c6695628153f1f6d65dbea355f0f846338.tar.gz
Incorrect test file was fixed. (Use pattern insted of absolute filename)
-rw-r--r--ext/session/tests/014.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/session/tests/014.phpt b/ext/session/tests/014.phpt
index 594d36f9a2..3f22186839 100644
--- a/ext/session/tests/014.phpt
+++ b/ext/session/tests/014.phpt
@@ -31,11 +31,11 @@ ini_set("session.use_trans_sid","1");
<?php
session_destroy();
?>
---EXPECT--
+--EXPECTF--
<a href="/link?PHPSESSID=abtest">
-Warning: ini_set(): A session is active. You cannot change the session module's ini settings at this time. in /home/rei/PHP_CVS/php5/ext/session/tests/014.php on line 10
+Warning: ini_set(): A session is active. You cannot change the session module's ini settings at this time. in %s on line %d
<a href="/link?PHPSESSID=abtest">
-Warning: ini_set(): A session is active. You cannot change the session module's ini settings at this time. in /home/rei/PHP_CVS/php5/ext/session/tests/014.php on line 14
+Warning: ini_set(): A session is active. You cannot change the session module's ini settings at this time. in %s on line %d
<a href="/link?PHPSESSID=abtest">