about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-06-09 00:11:11 +0000
committerEric Wong <e@80x24.org>2021-06-09 00:12:23 +0000
commit60f28950bcee757c556d1b613cafd2606f928b8e (patch)
treee474d1041b81c9d1108efc428171b402324d33f5 /t
parent81c14528bf3577e19f1d4f1be152accf3e79cb0d (diff)
downloadpublic-inbox-60f28950bcee757c556d1b613cafd2606f928b8e.tar.gz
This broke recently and lacked an automated test, so rely on
EDITOR=cat to ensure we have some coverage.

Fixes: d2670108f71b1eff ("pkt_op: make pkt_do an OO method")
Diffstat (limited to 't')
-rw-r--r--t/lei-q-save.t3
1 files changed, 3 insertions, 0 deletions
diff --git a/t/lei-q-save.t b/t/lei-q-save.t
index 694b33b2..6c592088 100644
--- a/t/lei-q-save.t
+++ b/t/lei-q-save.t
@@ -195,5 +195,8 @@ test_lei(sub {
                         glob("$v2s/git/0.git/objects/*/*")));
         ok($shared < $orig, 'fewer bytes stored with --shared') or
                 diag "shared=$shared orig=$orig";
+
+        lei_ok([qw(edit-search), $v2s], { VISUAL => 'cat', EDITOR => 'cat' });
+        like($lei_out, qr/^\[lei/sm, 'edit-search can cat');
 });
 done_testing;