summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2003-06-19 15:48:18 +0000
committerMarcus Boerger <helly@php.net>2003-06-19 15:48:18 +0000
commit929ab8b529efcf9307ac97ae7958f22f1c487ef8 (patch)
treea02c23a018b355628fc48c49bfbbd628b5aacd8f
parentda55120b84cb3e43fc35a8815b5cfb61897aab6d (diff)
downloadphp-git-929ab8b529efcf9307ac97ae7958f22f1c487ef8.tar.gz
MFH: Allow the extension to reside elsewhere
-rw-r--r--ext/dba/tests/dba007.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/dba/tests/dba007.phpt b/ext/dba/tests/dba007.phpt
index 0add3809aa..577dacc68c 100644
--- a/ext/dba/tests/dba007.phpt
+++ b/ext/dba/tests/dba007.phpt
@@ -37,9 +37,9 @@ database file created
database file created
array(3) {
[%d]=>
- string(%d) "%sext/dba/tests/test0.dbm"
+ string(%d) "%s/dba/tests/test0.dbm"
[%d]=>
- string(%d) "%sext/dba/tests/test1.dbm"
+ string(%d) "%s/dba/tests/test1.dbm"
[%d]=>
- string(%d) "%sext/dba/tests/test2.dbm"
+ string(%d) "%s/dba/tests/test2.dbm"
} \ No newline at end of file