aboutsummaryrefslogtreecommitdiff
path: root/test/auth.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/auth.test')
-rw-r--r--test/auth.test6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/auth.test b/test/auth.test
index 8d2159ecd..5b97a9d74 100644
--- a/test/auth.test
+++ b/test/auth.test
@@ -2324,7 +2324,11 @@ ifcapable compound&&subquery {
ifcapable stat2 {
set stat2 "sqlite_stat2 "
} else {
- set stat2 ""
+ ifcapable stat3 {
+ set stat2 "sqlite_stat3 "
+ } else {
+ set stat2 ""
+ }
}
do_test auth-5.2 {
execsql {