Snapshot of upstream SQLite 3.15.2

This commit is contained in:
Nick Parker
2016-12-05 14:29:15 -06:00
parent 9644b9fe85
commit 51ec837e61
469 changed files with 45135 additions and 8295 deletions
+1 -9
View File
@@ -21,15 +21,7 @@
#
set testdir [file dirname $argv0]
source $testdir/tester.tcl
if {$tcl_platform(platform)=="windows"} {
set CLI "sqlite3.exe"
} else {
set CLI "./sqlite3"
}
if {![file executable $CLI]} {
finish_test
return
}
set CLI [test_find_cli]
db close
forcedelete test.db test.db-journal test.db-wal