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:
@ -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
|
||||
|
Reference in New Issue
Block a user