mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-29 08:01:23 +03:00
Fix issue with wal.test on Windows.
FossilOrigin-Name: 3497f54ac2f85746c50fe6f94380a22033f2464b
This commit is contained in:
@ -1472,7 +1472,7 @@ foreach pgsz {512 1024 2048 4096 8192 16384 32768 65536} {
|
||||
# Test that when 1 or more pages are recovered from a WAL file,
|
||||
# sqlite3_log() is invoked to report this to the user.
|
||||
#
|
||||
set walfile [file join [pwd] test.db-wal]
|
||||
set walfile [file nativename [file join [pwd] test.db-wal]]
|
||||
catch {db close}
|
||||
file delete -force test.db
|
||||
do_test wal-23.1 {
|
||||
|
Reference in New Issue
Block a user