2 # Copyright (C) all contributors <meta@public-inbox.org>
3 # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
4 use v5.12; use PublicInbox::TestCommon;
6 my ($tmpdir, $for_destroy) = tmpdir;
8 ok(!lei('reindex'), 'reindex fails w/o store');
9 like $lei_err, qr/nothing indexed/, "`nothing indexed' noted";