]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/lei-import-imap.t
lei tag: fix tagging of IMAP inputs
[public-inbox.git] / t / lei-import-imap.t
index fd38037ae9c1654b47af76759df442e3559a05df..7e4d44b9d246f14dc3267cf53851002c5eaf9db8 100644 (file)
@@ -23,5 +23,6 @@ test_lei({ tmpdir => $tmpdir }, sub {
        my %r;
        for (@$out) { $r{ref($_)}++ }
        is_deeply(\%r, { 'HASH' => scalar(@$out) }, 'all hashes');
+       lei_ok([qw(tag +kw:seen), "imap://$host_port/t.v2.0"], undef, undef);
 });
 done_testing;