]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/plack.t
examples/public-inbox.psgi: make output chunky by default
[public-inbox.git] / t / plack.t
index 560080f0d9d9f881a879ed5fa99953be32555258..31ec58daa99761eff6e9a1664a60c3391711f066 100644 (file)
--- a/t/plack.t
+++ b/t/plack.t
@@ -116,7 +116,7 @@ EOF
                my ($cb) = @_;
                my $res = $cb->(GET($pfx . '/blah%40example.com/raw'));
                is(200, $res->code, 'success response received for /*/raw');
-               like($res->content, qr!\AFrom !, "mbox returned");
+               like($res->content, qr!^From !sm, "mbox returned");
        });
 
        # legacy redirects