1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Fix a typo in the rtree6.test script that prevented it from running.

FossilOrigin-Name: 221fe4a8ea5bea90031e459746ea71ff173e6f52
This commit is contained in:
drh
2012-04-03 17:05:16 +00:00
parent 67d97343a3
commit 2aad3da6ea
3 changed files with 8 additions and 8 deletions

View File

@ -16,7 +16,7 @@ if {![info exists testdir]} {
}
source $testdir/tester.tcl
ifcapable !rtree || rtree_int_only {
ifcapable {!rtree || rtree_int_only} {
finish_test
return
}