aboutsummaryrefslogtreecommitdiff
path: root/test/permutations.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/permutations.test')
-rw-r--r--test/permutations.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/permutations.test b/test/permutations.test
index 9ff3a801c..2e529fa88 100644
--- a/test/permutations.test
+++ b/test/permutations.test
@@ -138,10 +138,10 @@ test_suite "veryquick" -prefix "" -description {
test_set $allquicktests -exclude *malloc* *ioerr* *fault*
]
-test_suite "mmap" -prefix "mm-" -description {
- Similar to veryquick. Except with memory mapping enabled.
+test_suite "no-mmap" -prefix "nomm-" -description {
+ Similar to veryquick. Except with memory mapping disabled.
} -presql {
- pragma mmap_size = -65536;
+ pragma mmap_size = 0;
} -files [
test_set $allquicktests -exclude *malloc* *ioerr* *fault* -include malloc.test
]