mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-27 20:41:58 +03:00
Further coverage tests.
FossilOrigin-Name: 98a9713e0030a36ea99a18a12a2e7685c6db72b3
This commit is contained in:
@ -749,6 +749,7 @@ proc do_ioerr_test {testname args} {
|
||||
# 1. We never hit the IO error and the SQL returned OK
|
||||
# 2. An IO error was hit and the SQL failed
|
||||
#
|
||||
#puts "s=$s r=$r q=$q"
|
||||
expr { ($s && !$r && !$q) || (!$s && $r && $q) }
|
||||
} {1}
|
||||
|
||||
|
Reference in New Issue
Block a user