]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/lei-q-kw.t
t/lei-watch.t: improve test reliability
[public-inbox.git] / t / lei-q-kw.t
index 528751b4742e19eacd590535417baa0138aa6bc2..2e6be1f0dcf71ecd19a9c5fc202958778f38e34e 100644 (file)
@@ -48,6 +48,7 @@ SKIP: {
        my $cat = popen_rd(['cat', $o]);
        ok(!lei(qw(q --import-before bogus -o), "mboxrd:$o"),
                '--import-before fails on non-seekable output');
+       like($lei_err, qr/not seekable/, 'unseekable noted in error');
        is(do { local $/; <$cat> }, '', 'no output on FIFO');
        close $cat;
        $cat = popen_rd(['cat', $o]);