Štěpán Němec <[email protected]> wrote:
> Eric Wong wrote:
> > +           is $lei_out, '', 'no results on unlrelated thread';
>                                                   ^
> s/unlrelated/unrelated/

Thanks, squashed:

diff --git a/t/psgi_v2.t b/t/psgi_v2.t
index 56a6ae8e..d5c328f0 100644
--- a/t/psgi_v2.t
+++ b/t/psgi_v2.t
@@ -105,7 +105,7 @@ my $test_lei_q_threadid = sub {
        my ($u) = @_;
        test_lei(sub {
                lei_ok qw(q -f text --only), $u, qw(-T t@1 s:unrelated);
-               is $lei_out, '', 'no results on unlrelated thread';
+               is $lei_out, '', 'no results on unrelated thread';
                lei_ok qw(q -f text --only), $u, qw(-T t@1 dt:19931002000300..);
                my @m = ($lei_out =~ m!^Message-ID: <([^>]+)>\n!gms);
                is_deeply \@m, ['t@3'], 'got expected result from -T MSGID';

And pushed as commit 873066744d1b105da4cfafb1c7312ca11b579864

Reply via email to