aboutsummaryrefslogtreecommitdiff
path: root/test/schema.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/schema.test')
-rw-r--r--test/schema.test4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/schema.test b/test/schema.test
index eeb210283..5e9f17573 100644
--- a/test/schema.test
+++ b/test/schema.test
@@ -364,6 +364,8 @@ do_test schema-12.1 {
list [sqlite3_step $::STMT] [sqlite3_finalize $::STMT]
} {SQLITE_ERROR SQLITE_SCHEMA}
+ifcapable {auth} {
+
do_test schema-13.1 {
set S [sqlite3_prepare_v2 db "SELECT * FROM sqlite_master" -1 dummy]
db function hello hello
@@ -384,4 +386,6 @@ do_test schema-13.3 {
sqlite3_finalize $S
} {SQLITE_SCHEMA}
+}
+
finish_test