diff options
author | Antony Dovgal <tony2001@php.net> | 2007-04-18 08:06:29 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2007-04-18 08:06:29 +0000 |
commit | bb489851e941a5e1cd76887d01bb199d2865f579 (patch) | |
tree | 3264958f842431af00b3c50eff15a47123c19ea7 /ext/dba | |
parent | 1d56aa095a7b00933ba232d2f969793a76230ca3 (diff) | |
download | php-git-bb489851e941a5e1cd76887d01bb199d2865f579.tar.gz |
win32 test fixes
Diffstat (limited to 'ext/dba')
-rw-r--r-- | ext/dba/tests/dba007.phpt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/dba/tests/dba007.phpt b/ext/dba/tests/dba007.phpt index 577dacc68c..cc84a729c3 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) "%s/dba/tests/test0.dbm" + string(%d) "%stest0.dbm" [%d]=> - string(%d) "%s/dba/tests/test1.dbm" + string(%d) "%stest1.dbm" [%d]=> - string(%d) "%s/dba/tests/test2.dbm" -}
\ No newline at end of file + string(%d) "%stest2.dbm" +} |