]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/lei.t
lei: avoid close(STD{IN,OUT,ERR}) in oneshot mode
[public-inbox.git] / t / lei.t
diff --git a/t/lei.t b/t/lei.t
index 6d276050adedd4138c46b129aaaa5217074d702a..8211c01d464f30cc38879c5dddbfb129592c9d43 100644 (file)
--- a/t/lei.t
+++ b/t/lei.t
@@ -154,6 +154,7 @@ my $test_fail = sub {
                }
        }
        lei_ok('sucks', \'yes, but hopefully less every day');
+       like($lei_out, qr/loaded features/, 'loaded features shown');
 SKIP: {
        skip 'no curl', 3 unless which('curl');
        lei(qw(q --only http://127.0.0.1:99999/bogus/ t:m));