summaryrefslogtreecommitdiffstats
path: root/third_party/sqlite/test/rtree.test
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/sqlite/test/rtree.test')
-rw-r--r--third_party/sqlite/test/rtree.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/sqlite/test/rtree.test b/third_party/sqlite/test/rtree.test
index eb880af..11f5ab9 100644
--- a/third_party/sqlite/test/rtree.test
+++ b/third_party/sqlite/test/rtree.test
@@ -6,7 +6,7 @@
#***********************************************************************
# This file runs all rtree related tests.
#
-# $Id: rtree.test,v 1.2 2008/07/12 14:52:20 drh Exp $
+# $Id: rtree.test,v 1.3 2009/05/25 14:17:35 drh Exp $
set testdir [file dirname $argv0]
source $testdir/tester.tcl
@@ -21,7 +21,7 @@ if {[info exists ISQUICK] && $ISQUICK} {
set rtreedir [file join $testdir .. ext rtree]
-foreach testfile [lsort -dictionary [glob $rtreedir/*.test]] {
+foreach testfile [lsort -dictionary [glob -nocomplain $rtreedir/*.test]] {
set tail [file tail $testfile]
if {[lsearch -exact $RTREE_EXCLUDE $tail]>=0} continue
source $testfile