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

Corrections to a couple recently added 'filectrl.test' results.

FossilOrigin-Name: 3d89dc4544bc51f8c9fa63a6ecf0458f6d10fc9f
This commit is contained in:
mistachkin
2016-10-17 18:33:36 +00:00
parent 1480095ff5
commit 5f0b8a0e30
3 changed files with 10 additions and 10 deletions

View File

@ -53,7 +53,7 @@ if {$tcl_platform(platform)=="windows"} {
db close
forcedelete test2.db
list $size $handle [expr {$handle != 0}]
} {/^0 \{0 \d+\} 1$/}
} {/^0 \{0 [0-9A-Fa-f]+\} 1$/}
do_test filectrl-2.2 {
sqlite3 db test2.db
@ -66,7 +66,7 @@ if {$tcl_platform(platform)=="windows"} {
db close
forcedelete test2.db
list $size $handle [expr {$handle != 0}]
} {/^1\d+ \{0 \d+\} 1$/}
} {/^1\d+ \{0 [0-9A-Fa-f]+\} 1$/}
}
finish_test