about summary refs log tree commit homepage
path: root/t/search.t
diff options
context:
space:
mode:
Diffstat (limited to 't/search.t')
-rw-r--r--t/search.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/search.t b/t/search.t
index a75d944c..299f57c8 100644
--- a/t/search.t
+++ b/t/search.t
@@ -420,6 +420,7 @@ $ibx->with_umask(sub {
                 $art = $ro->{over_ro}->next_by_mid($mid, \$id, \$prev);
                 ok($art, 'article exists in OVER DB');
         }
+        $rw->_msgmap_init;
         $rw->unindex_eml($oid, $amsg);
         $rw->commit_txn_lazy;
         SKIP: {