summaryrefslogtreecommitdiff
path: root/ext/sqlite3/tests/sqlite3_21_security.phpt
diff options
context:
space:
mode:
authorKalle Sommer Nielsen <kalle@php.net>2009-05-22 18:27:38 +0000
committerKalle Sommer Nielsen <kalle@php.net>2009-05-22 18:27:38 +0000
commit4d855122a595589dd920539e4b4a896d86df5c8f (patch)
tree01440d2d3797d06fb6c463e5a4ea937d92657db8 /ext/sqlite3/tests/sqlite3_21_security.phpt
parent7852108cce98f8da30d3b931f4b5d5749b9b8de4 (diff)
downloadphp-git-4d855122a595589dd920539e4b4a896d86df5c8f.tar.gz
MFH: Fix test on Windows
Diffstat (limited to 'ext/sqlite3/tests/sqlite3_21_security.phpt')
-rw-r--r--ext/sqlite3/tests/sqlite3_21_security.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/sqlite3/tests/sqlite3_21_security.phpt b/ext/sqlite3/tests/sqlite3_21_security.phpt
index 1a4c6a6e15..5061a595c3 100644
--- a/ext/sqlite3/tests/sqlite3_21_security.phpt
+++ b/ext/sqlite3/tests/sqlite3_21_security.phpt
@@ -31,9 +31,9 @@ object(SQLite3)#%d (0) {
bool(true)
Above test directory
-Warning: SQLite3::__construct(): open_basedir restriction in effect. File(%s) is not within the allowed path(s): (.) in %s/sqlite3_21_security.php on line %d
-exception 'Exception' with message 'open_basedir prohibits opening %s' in %s/sqlite3_21_security.php:%d
+Warning: SQLite3::__construct(): open_basedir restriction in effect. File(%s) is not within the allowed path(s): (.) in %ssqlite3_21_security.php on line %d
+exception 'Exception' with message 'open_basedir prohibits opening %s' in %ssqlite3_21_security.php:%d
Stack trace:
-#0 %s/sqlite3_21_security.php(%d): SQLite3->__construct('%s')
+#0 %ssqlite3_21_security.php(%d): SQLite3->__construct('%s')
#1 {main}
Done