1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-01 06:27:03 +03:00

Unset a tcl variable before reusing it in wal.test.

FossilOrigin-Name: e83efb232fe8d30714f4c7cffeef80092aea4df7
This commit is contained in:
dan
2010-05-06 13:36:47 +00:00
parent ff6dfc73fe
commit c9e4665e7d
4 changed files with 9 additions and 9 deletions

View File

@ -1227,6 +1227,7 @@ do_test wal-18.0 {
list [file size testX.db] [file size testX.db-wal]
} [list [expr 3*1024] [log_file_size 6 1024]]
unset -nocomplain nFrame result
foreach {nFrame result} {
0 {0 0}
1 {0 0}