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.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/indexlevels-mirror.t b/t/indexlevels-mirror.t
index 35974947..b685da14 100644
--- a/t/indexlevels-mirror.t
+++ b/t/indexlevels-mirror.t
@@ -138,7 +138,7 @@ sub import_index_incremental {
 
         if ($v == 2 && $level eq 'basic') {
                 is_deeply([glob("$ibx->{mainrepo}/xap*/?/")], [],
-                         'no Xapian partition directories for v2 basic');
+                         'no Xapian shard directories for v2 basic');
         }
         if ($level ne 'basic') {
                 ($nr, $msgs) = $ro_mirror->search->reopen->query('m:m@2');