aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/vtabH.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/vtabH.test b/test/vtabH.test
index 07704cefb..1496f49b5 100644
--- a/test/vtabH.test
+++ b/test/vtabH.test
@@ -190,10 +190,10 @@ if {$tcl_platform(platform) ne "windows" || \
lappend res "/$p"
}
}
- set num_root_files [llength $root_files]
+ set num_root_files [llength $res]
do_test 3.1 {
sort_files [execsql {
- SELECT path FROM fstree WHERE path NOT GLOB '*\$*' LIMIT $num_root_files;
+ SELECT path FROM fstree WHERE path NOT GLOB '*$*' LIMIT $num_root_files
}] true
} [sort_files $res true]