about summary refs log tree commit homepage
path: root/t/indexlevels-mirror.t
diff options
context:
space:
mode:
Diffstat (limited to 't/indexlevels-mirror.t')
-rw-r--r--t/indexlevels-mirror.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/t/indexlevels-mirror.t b/t/indexlevels-mirror.t
index cac7050b..3dd43238 100644
--- a/t/indexlevels-mirror.t
+++ b/t/indexlevels-mirror.t
@@ -116,6 +116,11 @@ sub import_index_incremental {
         is($nr, 1, '2nd message gone from mirror');
         is_deeply([map { $_->{mid} } @$msgs], ['m@1'],
                 'message unavailable in mirror');
+
+        if ($v == 2 && $level eq 'basic') {
+                is_deeply([glob("$ibx->{mainrepo}/xap*/?/")], [],
+                         'no Xapian partition directories for v2 basic');
+        }
 }
 
 # we can probably cull some other tests and put full/medium tests, here