]> granicus.if.org Git - php/commitdiff
MFH: Allow the extension to reside elsewhere
authorMarcus Boerger <helly@php.net>
Thu, 19 Jun 2003 15:48:18 +0000 (15:48 +0000)
committerMarcus Boerger <helly@php.net>
Thu, 19 Jun 2003 15:48:18 +0000 (15:48 +0000)
ext/dba/tests/dba007.phpt

index 0add3809aa0b6d965be54000080a07f9a093ea10..577dacc68c1538a704475ead3292a0eafbb4d950 100644 (file)
@@ -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