aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/stat.test3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/stat.test b/test/stat.test
index d106894d7..f77e4d24a 100644
--- a/test/stat.test
+++ b/test/stat.test
@@ -32,6 +32,9 @@ db func a_string a_string
register_dbstat_vtab db
do_execsql_test stat-0.0 {
+ PRAGMA table_info(dbstat);
+} {/0 name STRING .* 1 path INTEGER .* 9 pgsize INTEGER/}
+do_execsql_test stat-0.1 {
PRAGMA auto_vacuum = OFF;
CREATE VIRTUAL TABLE temp.stat USING dbstat;
SELECT * FROM stat;