mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-27 20:41:58 +03:00
Minor changes to make some newer test cases work under more compile-time
options. FossilOrigin-Name: 382eea36c56f866efee1321f643687a4061e8b9e
This commit is contained in:
@ -14,6 +14,7 @@
|
||||
|
||||
set testdir [file dirname $argv0]
|
||||
source $testdir/tester.tcl
|
||||
ifcapable !vtab {finish_test; return}
|
||||
set testprefix shell6
|
||||
set CLI [test_find_cli]
|
||||
db close
|
||||
@ -98,5 +99,3 @@ foreach {tn schema output} {
|
||||
}
|
||||
|
||||
finish_test
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user