summaryrefslogtreecommitdiff
path: root/test/pcache.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/pcache.test')
-rw-r--r--test/pcache.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/pcache.test b/test/pcache.test
index 5dc3059..0766fce 100644
--- a/test/pcache.test
+++ b/test/pcache.test
@@ -44,6 +44,7 @@ do_test pcache-1.2 {
execsql {
PRAGMA cache_size=12;
PRAGMA auto_vacuum=0;
+ PRAGMA mmap_size=0;
}
pcache_stats
} {current 1 max 12 min 10 recyclable 1}