1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-27 20:41:58 +03:00

Fix a problem in rtreeD.test causing it to fail in OMIT_BUILTIN_TEST builds.

FossilOrigin-Name: d6b3779e6dad038d8bc35139cf314bf1e6e91977
This commit is contained in:
dan
2016-11-17 20:05:00 +00:00
parent 223b4bb3f7
commit 9c8753c0a8
3 changed files with 9 additions and 9 deletions

View File

@ -19,7 +19,7 @@ if {![info exists testdir]} {
source [file join [file dirname [info script]] rtree_util.tcl]
source $testdir/tester.tcl
source $testdir/lock_common.tcl
ifcapable !rtree {
ifcapable !rtree||!builtin_test {
finish_test
return
}