about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-04-01 02:32:38 -0700
committerEric Wong <e@80x24.org>2021-04-01 18:25:15 +0000
commitd0a75a98e47402eda0c1b3ef161a9c9f4f678f44 (patch)
tree0371285bf2ada36fc9d5659099ce3ce2cc143a22 /t
parent1fae720d364681d7d1367ecce71abd780eecd087 (diff)
downloadpublic-inbox-d0a75a98e47402eda0c1b3ef161a9c9f4f678f44.tar.gz
It's a bit of an Easter egg, though it's not possible to hide those
in Free Software...  Anyways, it doesn't cost us an entry in %CMD
of LEI.pm and anybody frustrated enough with lei just might type
"lei sucks" on the command-line :>
Diffstat (limited to 't')
-rw-r--r--t/lei.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/lei.t b/t/lei.t
index 0cf97866..2be9b4e8 100644
--- a/t/lei.t
+++ b/t/lei.t
@@ -154,6 +154,7 @@ my $test_fail = sub {
                                 "error noted with q $fl");
                 }
         }
+        lei_ok('sucks', \'yes, but hopefully less every day');
 SKIP: {
         skip 'no curl', 3 unless which('curl');
         lei(qw(q --only http://127.0.0.1:99999/bogus/ t:m));