]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/imapd.t
watch: switch IMAP and NNTP fetch loops to NetReader
[public-inbox.git] / t / imapd.t
index 0583dfdd138b5fa4a7dd92dc50132f00b14c1afe..f1b498a7109778cc58ad1e6bb244cb776cb18baf 100644 (file)
--- a/t/imapd.t
+++ b/t/imapd.t
@@ -507,7 +507,7 @@ SKIP: {
        $ii->close;
        PublicInbox::DS->Reset;
        seek($err, 0, 0);
-       my @err = grep(!/^I:/, <$err>);
+       my @err = grep(!/^(?:I:|#)/, <$err>);
        is(@err, 0, 'no warnings/errors from -watch'.join(' ', @err));
 
        if ($ENV{TEST_KILL_IMAPD}) { # not sure how reliable this test can be